changeset 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 5f1d4def40e1
children d4b4080faa47
files src/lex.ll
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lex.ll	Wed May 16 16:52:44 2012 -0400
+++ b/src/lex.ll	Wed May 16 16:56:35 2012 -0400
@@ -854,7 +854,7 @@
 %}
 
 \" {
-    LEXER_DEBUG ("\\"");
+    LEXER_DEBUG ("\"");
 
     current_input_column++;
     int tok = handle_string ('"');