X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=networking%2Fhttpd_ssi.c;h=4bd9a6d97dfab58b3453f80da6fd898c82d4148a;hb=a4d4ab04c3706af1cb2f65fb00c96d3ccba1020c;hp=cfe64eb46ed809ebefebd088868d91e91ed0936e;hpb=b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e;p=oweals%2Fbusybox.git diff --git a/networking/httpd_ssi.c b/networking/httpd_ssi.c index cfe64eb46..4bd9a6d97 100644 --- a/networking/httpd_ssi.c +++ b/networking/httpd_ssi.c @@ -133,7 +133,7 @@ static void process_includes(const char *filename) process_includes(include_directive); /* Print everything after directive */ - if (end) { + if (end) { fputs(end, stdout); free(end); }