aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/candump_parser.lemon
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/candump_parser.lemon')
-rw-r--r--wiretap/candump_parser.lemon2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/candump_parser.lemon b/wiretap/candump_parser.lemon
index a8e501424f..3fd659cc05 100644
--- a/wiretap/candump_parser.lemon
+++ b/wiretap/candump_parser.lemon
@@ -70,7 +70,7 @@ DIAG_OFF(unreachable-code)
#endif
g_free(state->parse_error);
- state->parse_error = g_strdup_printf("Syntax Error");
+ state->parse_error = ws_strdup_printf("Syntax Error");
#ifdef CANDUMP_DEBUG
candump_debug_printf("%s: Syntax Error\n", G_STRFUNC);
#endif