X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=apply.c;h=e87190ea3868f1379d557226e4779c36546ffe3e;hb=2d56993347eac4e4f91c0539ff3c5f05fd777495;hp=ee59be643eb5f95ed021921b1b76d37135cab5ac;hpb=c7c81b3a51de2778535c8bb18d42a4bb7dfd57bc;p=git.git diff --git a/apply.c b/apply.c index ee59be64..e87190ea 100644 --- a/apply.c +++ b/apply.c @@ -387,7 +387,7 @@ static char *git_header_name(char *line) default: continue; case '\n': - break; + return NULL; case '\t': case ' ': second = name+len; for (;;) {