diff options
Diffstat (limited to 'os/macosx/splash.c')
-rw-r--r-- | os/macosx/splash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/macosx/splash.c b/os/macosx/splash.c index 351aa9e0b..e09b8fccb 100644 --- a/os/macosx/splash.c +++ b/os/macosx/splash.c @@ -137,8 +137,8 @@ void DisplaySplashImage(void) -#else // WITH_PNG +#else /* WITH_PNG */ void DisplaySplashImage(void) {} -#endif // WITH_PNG +#endif /* WITH_PNG */ |