summaryrefslogtreecommitdiff
path: root/res/res_config_odbc.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-18 22:04:07 +0000
committerMark Spencer <markster@digium.com>2004-12-18 22:04:07 +0000
commitb3a0ef24ed5cd824de6e6e4ff3910befc3aa444c (patch)
tree0e2bf6344b172b40a0e38e1ea56edd9101d1649d /res/res_config_odbc.c
parent750c73a62fc2830db9c47c1b6373054557a721c8 (diff)
Fix comment issues (bug #3089)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_odbc.c')
-rwxr-xr-xres/res_config_odbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index 144ca550b..485a792e7 100755
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -425,7 +425,7 @@ static struct ast_config *config_odbc (const char *database, const char *table,
if (!file || !strcmp (file, "res_config_odbc.conf"))
- return NULL; // cant configure myself with myself !
+ return NULL; /* cant configure myself with myself ! */
obj = fetch_odbc_obj(database);
if (!obj)
@@ -518,7 +518,7 @@ static struct ast_config *config_odbc (const char *database, const char *table,
}
}
- // next row
+ /* next row */
res = SQLFetch (stmt);
}