aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_odbc.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-18 22:04:07 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-18 22:04:07 +0000
commit253322596d3e9cb116d4957c5500dd6143235d6e (patch)
tree0e2bf6344b172b40a0e38e1ea56edd9101d1649d /res/res_config_odbc.c
parent0962821aa7ccaaa8b9b500a152ec8d0ea0b8ef65 (diff)
Fix comment issues (bug #3089)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4479 f38db490-d61c-443f-a65b-d21fe96a405b
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);
}