summaryrefslogtreecommitdiff
path: root/src/libicalss
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2018-07-23 12:15:27 -0400
committerAllen Winter <allen.winter@kdab.com>2018-07-23 12:15:27 -0400
commitbe7fc92ac60de9a19cd6c6200b6a97694b0537f3 (patch)
tree8a8df318dc299281a3f8660e3fda145be216f3a7 /src/libicalss
parentb9c43f4c42902d0f9f9ae878b39d898befc8c056 (diff)
downloadlibical-git-be7fc92ac60de9a19cd6c6200b6a97694b0537f3.tar.gz
icalssyacc.c - put "libical:" in from of syntax error messages
Diffstat (limited to 'src/libicalss')
-rw-r--r--src/libicalss/icalssyacc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libicalss/icalssyacc.c b/src/libicalss/icalssyacc.c
index c552161c..47b5b851 100644
--- a/src/libicalss/icalssyacc.c
+++ b/src/libicalss/icalssyacc.c
@@ -1020,7 +1020,7 @@ yysyntax_error (char *yyresult, int yystate, int yychar)
# endif
char *yyfmt;
char const *yyf;
- static char const yyunexpected[] = "syntax error, unexpected %s";
+ static char const yyunexpected[] = "libical: syntax error, unexpected %s";
static char const yyexpecting[] = ", expecting %s";
static char const yyor[] = " or %s";
char yyformat[sizeof yyunexpected