X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0db97c0d2f4568c2b5b5f5f9b791b8025b4732aa..e70701e7285cbdb70e17c4e7e19b4c861b84f25b:/lib/split.c diff --git a/lib/split.c b/lib/split.c index 1bb19a5..e39506b 100644 --- a/lib/split.c +++ b/lib/split.c @@ -56,7 +56,8 @@ char **split(const char *p, size_t l; int qc; - if(!error_handler) error_handler = no_error_handler; + if(!error_handler) + error_handler = no_error_handler; vector_init(&v); while(*p && !(*p == '#' && (flags & SPLIT_COMMENTS))) { if(space(*p)) {