qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs/libqhtml cssparse.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs/libqhtml cssparse.c
Date: Thu, 23 Jan 2014 12:36:35 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/01/23 12:36:35

Modified files:
        libqhtml       : cssparse.c 

Log message:
        fix typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/cssparse.c?cvsroot=qemacs&r1=1.18&r2=1.19

Patches:
Index: cssparse.c
===================================================================
RCS file: /sources/qemacs/qemacs/libqhtml/cssparse.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- cssparse.c  20 Apr 2008 11:54:36 -0000      1.18
+++ cssparse.c  23 Jan 2014 12:36:35 -0000      1.19
@@ -298,7 +298,7 @@
                 !(type & (CSS_TYPE_FOUR|CSS_TYPE_ARGS)))
                 break;
             if (nb_args >= 4 &&
-                (!type & CSS_TYPE_ARGS))
+                !(type & CSS_TYPE_ARGS))
                 break;
             if (nb_args >= MAX_ARGS)
                 break;



reply via email to

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