Fix gilib-5.1 patch

This commit is contained in:
Andrey Bondrov 2014-06-02 18:38:18 +04:00
parent 35d25e8878
commit 4fc1494134

View file

@ -9,7 +9,7 @@ diff -Naur jdk8.orig/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.
+ DGifCloseFile(gif, NULL);
+#else
DGifCloseFile(gif);
+#fi
+#endif
return 1;
}