diff options
Diffstat (limited to 'networking/httpd_ssi.c')
-rw-r--r-- | networking/httpd_ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |