diff options
Diffstat (limited to 'libhb/compat.c')
-rw-r--r-- | libhb/compat.c | 2 |
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; |