qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs cobol.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs cobol.c
Date: Tue, 28 Jul 2015 19:01:37 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        15/07/28 19:01:37

Modified files:
        .              : cobol.c 

Log message:
        cobol: small fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/cobol.c?cvsroot=qemacs&r1=1.2&r2=1.3

Patches:
Index: cobol.c
===================================================================
RCS file: /sources/qemacs/qemacs/cobol.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- cobol.c     20 Jun 2015 19:03:23 -0000      1.2
+++ cobol.c     28 Jul 2015 19:01:36 -0000      1.3
@@ -208,6 +208,7 @@
                 //style = COBOL_STYLE_IDENTIFIER;
                 break;
             }
+            continue;
         }
         if (style) {
             SET_COLOR(str, start, i, style);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]