summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_odbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_odbc.c b/res/res_odbc.c
index 19280d49e..a459afcf8 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -1594,8 +1594,8 @@ static struct ast_custom_function odbc_function = {
.write = acf_transaction_write,
};
-static const char *app_commit = "ODBC_Commit";
-static const char *app_rollback = "ODBC_Rollback";
+static const char * const app_commit = "ODBC_Commit";
+static const char * const app_rollback = "ODBC_Rollback";
static int reload(void)
{