C++ comment in src/fclang.c

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

 



No C++ comments in C source files.

-- 
albert chin (china@xxxxxxxxxxxxxxxxxx)

-- snip snip
Index: src/fclang.c
===================================================================
RCS file: /local/src/CVS/fontconfig/src/fclang.c,v
retrieving revision 1.9
diff -u -3 -p -r1.9 fclang.c
--- src/fclang.c	5 Mar 2003 05:52:31 -0000	1.9
+++ src/fclang.c	22 Mar 2003 01:38:49 -0000
@@ -291,7 +291,7 @@ FcLangSetIndex (const FcChar8 *lang)
 	{   /* fast path for resolving 2-letter languages (by far the most common) after
 	     * finding the first char (probably already true because of the hash table) */
 	    FcChar8 secondChar = FcToLower(lang[1]);
-	    if (fcLangCharSets[mid].lang[1] > secondChar) // check second chars
+	    if (fcLangCharSets[mid].lang[1] > secondChar) /* check second chars */
 	    {
 		high = mid - 1;
 		continue;



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

  Powered by Linux