src/os/macosx/splash.cpp
changeset 6573 7624f942237f
parent 5835 e0ff603ae0b7
child 6720 35756db7e577
--- a/src/os/macosx/splash.cpp	Tue Mar 06 23:42:30 2007 +0000
+++ b/src/os/macosx/splash.cpp	Wed Mar 07 11:47:46 2007 +0000
@@ -26,7 +26,7 @@
 	DEBUG(misc, 1, "[libpng] warning: %s - %s", message, (char *)png_get_error_ptr(png_ptr));
 }
 
-void DisplaySplashImage(void)
+void DisplaySplashImage()
 {
 	png_byte header[8];
 	FILE *f;
@@ -139,6 +139,6 @@
 
 #else /* WITH_PNG */
 
-void DisplaySplashImage(void) {}
+void DisplaySplashImage() {}
 
 #endif /* WITH_PNG */