aboutsummaryrefslogtreecommitdiff
path: root/err.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-22 02:11:50 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-22 02:11:50 +0200
commit1e0433c9df062ead21d0f46b15d088622b7d5c4f (patch)
treecc894172ca7deae5d835aea8f313da3aab1e2915 /err.c
parent3ea978c60ee03dba2cb883ba18d3b334cfbf6cd0 (diff)
downloadcforum-1e0433c9df062ead21d0f46b15d088622b7d5c4f.tar.gz
Log in, log outHEADmaster
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"