aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_adsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_adsi.c')
-rw-r--r--res/res_adsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_adsi.c b/res/res_adsi.c
index ee6966ca7..08ae71f7c 100644
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -1106,7 +1106,7 @@ static int load_module(void)
ast_adsi_input_control = _ast_adsi_input_control;
ast_adsi_input_format = _ast_adsi_input_format;
- return 0;
+ return AST_MODULE_LOAD_SUCCESS;
}
static int unload_module(void)