src/share/native/sun/font/sunFont.c

Print this page

        

@@ -179,11 +179,11 @@
      CHECK_NULL(sunFontIDs.glyphListPos =
          (*env)->GetFieldID(env, tmpClass, "positions", "[F"));
      CHECK_NULL(sunFontIDs.lcdRGBOrder =
          (*env)->GetFieldID(env, tmpClass, "lcdRGBOrder", "Z"));
      CHECK_NULL(sunFontIDs.lcdSubPixPos =
-         (*env)->GetFieldID(env, tmpClass, "lcdSubPixPos", "Z)"));
+         (*env)->GetFieldID(env, tmpClass, "lcdSubPixPos", "Z"));
 
      initLCDGammaTables();
 
      initialisedFontIDs = 1;
 }