]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcfreetype.c
Get rid of C++-style comments.
[fontconfig.git] / src / fcfreetype.c
index 5a5ab6d291fb93ac18204f75c0cd1bf00df4ac81..8e98b645ad4df7ba447b479dbfa54d64e4aa0995 100644 (file)
@@ -2815,7 +2815,7 @@ GetScriptTags(FT_Face face, FT_ULong tabletag, FT_ULong **stags, FT_UShort *scri
        goto Fail;
     }
 
-    // sort the tag list before returning it
+    /* sort the tag list before returning it */
     qsort(*stags, *script_count, sizeof(FT_ULong), compareulong);
 
     return TT_Err_Ok;