aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h
index d9b2862..845a316 100644
--- a/src/error.h
+++ b/src/error.h
@@ -15,8 +15,8 @@
typedef enum {
BLOGC_ERROR_SOURCE_PARSER = 1,
BLOGC_ERROR_TEMPLATE_PARSER,
- BLOGC_ERROR_DATETIME_PARSER,
BLOGC_ERROR_LOADER,
+ BLOGC_WARNING_DATETIME_PARSER,
} blogc_error_type_t;
typedef struct {