From 97bbea389f55845ef85d3664fda04202057a6106 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 19 Sep 2015 00:20:20 -0300 Subject: source-parser: fixed error message --- src/source-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/source-parser.c') diff --git a/src/source-parser.c b/src/source-parser.c index f9a60ae..aee5c23 100644 --- a/src/source-parser.c +++ b/src/source-parser.c @@ -174,7 +174,7 @@ blogc_source_parse(const char *src, size_t src_len, blogc_error_t **err) switch (state) { case SOURCE_START: *err = blogc_error_parser(BLOGC_ERROR_SOURCE_PARSER, src, src_len, - current, "Your config file is empty."); + current, "Your source file is empty."); break; case SOURCE_CONFIG_KEY: *err = blogc_error_parser(BLOGC_ERROR_SOURCE_PARSER, src, src_len, -- cgit v1.2.3-18-g5258