aboutsummaryrefslogtreecommitdiffstats
path: root/epan/protobuf_lang.y
diff options
context:
space:
mode:
Diffstat (limited to 'epan/protobuf_lang.y')
-rw-r--r--epan/protobuf_lang.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/protobuf_lang.y b/epan/protobuf_lang.y
index 78e73c8188..d07ad92205 100644
--- a/epan/protobuf_lang.y
+++ b/epan/protobuf_lang.y
@@ -606,7 +606,7 @@ int run_pbl_parser(pbl_descriptor_pool_t* pool, gboolean debug)
status = protobuf_langparse(scanner, &state);
fclose(fp);
if (status != 0) {
- protobuf_langerrorv(NULL, &state, "Parsing grammers failed!\n");
+ /* grammar errors should have been reported during parsing */
pbl_clear_state(&state);
return status;
}