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 f51f751c5..785e8ddfd 100755
--- a/image.c
+++ b/image.c
@@ -32,7 +32,7 @@
#include "asterisk.h"
static struct ast_imager *list;
-static pthread_mutex_t listlock = PTHREAD_MUTEX_INITIALIZER;
+static pthread_mutex_t listlock = AST_MUTEX_INITIALIZER;
int ast_image_register(struct ast_imager *img)
{