summaryrefslogtreecommitdiff
path: root/src/html-error.c
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-05-24 13:47:14 +0530
committerMukund Sivaraman <muks@banu.com>2008-05-24 13:47:14 +0530
commitb0a3568de0d0a8d1d6000aaa310870862398a07b (patch)
tree26398bd0d15e566003a665ea90223b729148672f /src/html-error.c
parent249d4b7f3355236e1e1490d2cffe6eccb95d1a42 (diff)
downloadtinyproxy-b0a3568de0d0a8d1d6000aaa310870862398a07b.tar.gz
tinyproxy-b0a3568de0d0a8d1d6000aaa310870862398a07b.zip
Renamed htmlerror.[ch] to html-error.[ch]
Diffstat (limited to '')
-rw-r--r--src/html-error.c (renamed from src/htmlerror.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlerror.c b/src/html-error.c
index 84bb912..398420b 100644
--- a/src/htmlerror.c
+++ b/src/html-error.c
@@ -26,7 +26,7 @@
#include "buffer.h"
#include "conns.h"
#include "heap.h"
-#include "htmlerror.h"
+#include "html-error.h"
#include "network.h"
#include "utils.h"