summaryrefslogtreecommitdiff
path: root/main/loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/loader.c b/main/loader.c
index d9530f4d2..53b557f11 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -891,7 +891,7 @@ int ast_update_module_list(int (*modentry)(const char *module, const char *descr
}
/*! \brief Check if module exists */
-int ast_module_check(char *name)
+int ast_module_check(const char *name)
{
struct ast_module *cur;