X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/507116e319a1470bb0a5040d4d23e5c76955ef97..refs/heads/master:/libdarwin/bsd.c diff --git a/libdarwin/bsd.c b/libdarwin/bsd.c index 35cbafd..5a60e53 100644 --- a/libdarwin/bsd.c +++ b/libdarwin/bsd.c @@ -34,7 +34,7 @@ _parse_boot_arg_value(char *argsbuff, const char *which, char *where, size_t max char *token = NULL; char *argsstr = argsbuff; - static const char seps[] = { ' ', '\t', }; + static const char seps[] = { ' ', '\t', 0 }; while ((token = strsep(&argsstr, seps)) != NULL) { bool is_boolean = false;