forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
315 B
C
12 lines
315 B
C
Clang compatibility
|
|
--- src/about.c.orig 2006-08-09 22:50:25.000000000 +0400
|
|
+++ src/about.c 2013-06-13 20:38:32.250111722 +0400
|
|
@@ -232,7 +232,7 @@
|
|
/* Closes the splash screen */
|
|
gboolean kudu_about_splash_close(void)
|
|
{
|
|
- if (splash_win == NULL) return;
|
|
+ if (splash_win == NULL) return FALSE;
|
|
|
|
gulong ms;
|
|
|