summaryrefslogtreecommitdiffstats
path: root/libhb/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/compat.c')
-rw-r--r--libhb/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/compat.c b/libhb/compat.c
index fd69dec8b..93a596349 100644
--- a/libhb/compat.c
+++ b/libhb/compat.c
@@ -12,7 +12,7 @@
#ifdef HB_NEED_STRTOK_R
#include <string.h>
-char *strtok_r(char *s, const char *delim, char **save_ptr)
+char *strtok_r(char *s, const char *delim, char **save_ptr)
{
char *token;