opnsense-ports/graphics/kudu/files/patch-src-about.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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;