Re: Patch: Cleanup

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

 



This is a one-liner but I'm sure some compilers might warn about it ;)
-- 
Frederic Crozat <fcrozat@xxxxxxxxxxxx>
Mandriva
Index: ChangeLog
===================================================================
RCS file: /cvs/fontconfig/fontconfig/ChangeLog,v
retrieving revision 1.109.2.193
diff -u -p -r1.109.2.193 ChangeLog
--- ChangeLog	11 Apr 2006 14:20:59 -0000	1.109.2.193
+++ ChangeLog	11 Apr 2006 15:51:22 -0000
@@ -1,3 +1,8 @@
+2006-04-11  Frederic Crozat  <fcrozat@xxxxxxxxxxxx>
+
+	* src/fccharset.c: (FcCharSetSubtractCount):
+	Remove extra semi-colon.
+
 2006-04-11  Patrick Lam  <plam@xxxxxxx>
 	* src/fccharset.c (FcCharSetPutLeaf):
 
--- src/fccharset.c	11 Apr 2006 14:20:59 -0000	1.25.4.14
+++ src/fccharset.c	11 Apr 2006 15:51:23 -0000
@@ -625,7 +628,7 @@
 	    int		i = 256/32;
 	    if (ai.ucs4 == bi.ucs4)
 	    {
-		FcChar32	*bm = bi.leaf->map;;
+		FcChar32	*bm = bi.leaf->map;
 		while (i--)
 		    count += FcCharSetPopCount (*am++ & ~*bm++);
 	    }
_______________________________________________
Fontconfig mailing list
Fontconfig@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/fontconfig

[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux