summaryrefslogtreecommitdiff
path: root/src/packrat-parsers.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/packrat-parsers.adb')
-rw-r--r--src/packrat-parsers.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packrat-parsers.adb b/src/packrat-parsers.adb
index 63dcb00..eba9e20 100644
--- a/src/packrat-parsers.adb
+++ b/src/packrat-parsers.adb
@@ -563,6 +563,7 @@ package body Packrat.Parsers is
Ada.Strings.Unbounded.Append
(Context.Error_String,
Packrat.Errors.Encode (Traits.Label_Enum'Image (Label), Start));
+ return Salt;
else
Context.Error_String := +"";
end if;