diff src/lex.ll @ 14642:6edd02858516

lex.ll: fix think-o in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 16 May 2012 16:56:35 -0400
parents 5b0872b5b234
children cbc00b587f36
line wrap: on
line diff
--- a/src/lex.ll
+++ b/src/lex.ll
@@ -854,7 +854,7 @@
 %}
 
 \" {
-    LEXER_DEBUG ("\\"");
+    LEXER_DEBUG ("\"");
 
     current_input_column++;
     int tok = handle_string ('"');