summaryrefslogtreecommitdiff
path: root/ot_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_stats.h')
-rw-r--r--ot_stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot_stats.h b/ot_stats.h
index 064fb36..a21251b 100644
--- a/ot_stats.h
+++ b/ot_stats.h
@@ -1,6 +1,6 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org> 1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever. 2 It is considered beerware. Prost. Skol. Cheers or whatever.
3 3
4 $id$ */ 4 $id$ */
5 5
6#ifndef __OT_STATS_H__ 6#ifndef __OT_STATS_H__
@@ -30,7 +30,7 @@ enum {
30 CODE_HTTPERROR_403_IP, 30 CODE_HTTPERROR_403_IP,
31 CODE_HTTPERROR_404, 31 CODE_HTTPERROR_404,
32 CODE_HTTPERROR_500, 32 CODE_HTTPERROR_500,
33 33
34 CODE_HTTPERROR_COUNT 34 CODE_HTTPERROR_COUNT
35}; 35};
36 36