summaryrefslogtreecommitdiff
path: root/src/raptor_general.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2007-04-25 04:18:12 +0000
committerDave Beckett <dave@dajobe.org>2007-04-25 04:18:12 +0000
commit0317b951802810108d8cec9e638e3a2bd6d86467 (patch)
treee4ecd8144e9107925185a5eb609668309075d95b /src/raptor_general.c
parent23b41c552f03bb9d154940bc762be73e0a24669c (diff)
downloadraptor-0317b951802810108d8cec9e638e3a2bd6d86467.tar.gz
raptor_log_level_labels make it the right size
Diffstat (limited to 'src/raptor_general.c')
-rw-r--r--src/raptor_general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_general.c b/src/raptor_general.c
index 68a8fbdc..8c9cf9d1 100644
--- a/src/raptor_general.c
+++ b/src/raptor_general.c
@@ -835,7 +835,7 @@ raptor_error_handlers_init(raptor_error_handlers* error_handlers,
static const char* raptor_log_level_labels[RAPTOR_LOG_LEVEL_LAST+1]={
- "none"
+ "none",
"fatal error",
"error",
"warning"