summaryrefslogtreecommitdiff
path: root/toxcore/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/util.c')
-rw-r--r--toxcore/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/util.c b/toxcore/util.c
index 285bba9b..9f1a7e28 100644
--- a/toxcore/util.c
+++ b/toxcore/util.c
@@ -169,7 +169,7 @@ int load_state(load_state_callback_func load_state_callback, void *outer,
169 } 169 }
170 170
171 return length == 0 ? 0 : -1; 171 return length == 0 ? 0 : -1;
172}; 172}
173 173
174int create_recursive_mutex(pthread_mutex_t *mutex) 174int create_recursive_mutex(pthread_mutex_t *mutex)
175{ 175{