Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 7 Oct 2012 21:46:12 +0000 (17:46 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 2 Jan 2013 07:03:18 +0000 (01:03 -0600)
src/fccfg.c

index 3245ede..1069cd2 100644 (file)
@@ -1741,7 +1741,7 @@ FcConfigSubstitute (FcConfig      *config,
 #  define WIN32_EXTRA_LEAN
 #  include <windows.h>
 
-static FcChar8 fontconfig_path[1000] = "";
+static FcChar8 fontconfig_path[1000] = ""; /* MT-dontcare */
 
 #  if (defined (PIC) || defined (DLL_EXPORT))
 
@@ -1919,7 +1919,7 @@ FcConfigFreePath (FcChar8 **path)
     free (path);
 }
 
-static FcBool  _FcConfigHomeEnabled = FcTrue;
+static FcBool  _FcConfigHomeEnabled = FcTrue; /* MT-goodenough */
 
 FcChar8 *
 FcConfigHome (void)