aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd_ssi.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/httpd_ssi.c')
-rw-r--r--networking/httpd_ssi.c2
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);
}