mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
image unregister typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2727 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
image.c
2
image.c
@@ -64,7 +64,7 @@ void ast_image_unregister(struct ast_imager *img)
|
|||||||
}
|
}
|
||||||
ast_mutex_unlock(&listlock);
|
ast_mutex_unlock(&listlock);
|
||||||
if (i && (option_verbose > 1))
|
if (i && (option_verbose > 1))
|
||||||
ast_verbose(VERBOSE_PREFIX_2 "Registered format '%s' (%s)\n", img->name, img->desc);
|
ast_verbose(VERBOSE_PREFIX_2 "Unregistered format '%s' (%s)\n", img->name, img->desc);
|
||||||
}
|
}
|
||||||
|
|
||||||
int ast_supports_images(struct ast_channel *chan)
|
int ast_supports_images(struct ast_channel *chan)
|
||||||
|
Reference in New Issue
Block a user