Index: formats/format_vox.c =================================================================== --- formats/format_vox.c (revision 87247) +++ formats/format_vox.c (working copy) @@ -135,7 +135,9 @@ static int load_module(void) { - return ast_format_register(&vox_f); + if (ast_format_register(&vox_f)) + return AST_MODULE_LOAD_FAILURE; + return AST_MODULE_LOAD_SUCCESS; } static int unload_module(void)