return the result of the cli command registration

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-05-16 03:18:57 +00:00
parent 8047e8067e
commit 43afee3a0c

View File

@@ -205,7 +205,6 @@ struct ast_cli_entry show_images =
int ast_image_init(void)
{
ast_cli_register(&show_images);
return 0;
return ast_cli_register(&show_images);
}