aboutsummaryrefslogtreecommitdiff
path: root/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'err.c')
-rw-r--r--err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/err.c b/err.c
index 07a50a2..35a5666 100644
--- a/err.c
+++ b/err.c
@@ -5,7 +5,7 @@ void
srverr(char *err)
{
char title[] = "500 Internal Server Error";
-
+
printf("Status: %s\n", title);
printf("Content-Type: text/html\n\n");
#include "t/err.tc"