From 22ccecd5caafe80f8670a9cceded41b268d3dda4 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 24 Oct 2015 19:53:52 -0200 Subject: datetime-parser: improve error handling --- src/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.h') 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 { -- cgit v1.2.3-18-g5258