changeset 769:0ff5735b53f2

[project @ 1994-10-05 21:44:25 by jwe]
author jwe
date Wed, 05 Oct 1994 21:44:25 +0000
parents 4b36f97e86cf
children e666a6ab8f83
files src/parse.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/parse.y	Wed Oct 05 21:39:23 1994 +0000
+++ b/src/parse.y	Wed Oct 05 21:44:25 1994 +0000
@@ -1197,7 +1197,7 @@
 static void
 end_error (char *type, token::end_tok_type ettype, int l, int c)
 {
-  static char *fmt = "%s command matched by `%s' near line %d column %d";
+  static char *fmt = "`%s' command matched by `%s' near line %d column %d";
 
   switch (ettype)
     {