aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rwxr-xr-ximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.c b/image.c
index 01590436c..f0c21035f 100755
--- a/image.c
+++ b/image.c
@@ -33,7 +33,7 @@
#include "astconf.h"
static struct ast_imager *list;
-static ast_mutex_t listlock = AST_MUTEX_INITIALIZER;
+AST_MUTEX_DEFINE_STATIC(listlock);
int ast_image_register(struct ast_imager *img)
{