diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-09 03:33:14 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-09 03:33:14 +0200 |
commit | 1c8174674d522a2c55b4f143f7e0dac848e34281 (patch) | |
tree | 5cb1d9c51036fb7993bb1bd43ad99089fed77721 /src/common/error.h | |
parent | 9dd0fcbeaed19c362ed2d1071d2ea967572b67f4 (diff) | |
download | blogc-1c8174674d522a2c55b4f143f7e0dac848e34281.tar.gz blogc-1c8174674d522a2c55b4f143f7e0dac848e34281.tar.bz2 blogc-1c8174674d522a2c55b4f143f7e0dac848e34281.zip |
blogc: common: moved "file" to common
Diffstat (limited to 'src/common/error.h')
-rw-r--r-- | src/common/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/error.h b/src/common/error.h index 2569538..d65a3e7 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -16,12 +16,12 @@ typedef enum { // errors for src/common BC_ERROR_CONFIG_PARSER = 1, + BC_ERROR_FILE, // errors for src/blogc BLOGC_ERROR_SOURCE_PARSER = 100, BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, - BLOGC_ERROR_FILE, BLOGC_WARNING_DATETIME_PARSER, } bc_error_type_t; |