freebsd-ports/graphics/kudu/files/patch-src-about.c
Dmitry Marakasov 9d750ba0a5 - Limit python version
- Switch to USES=localbase
- Regenerate patches
2018-01-02 20:06:38 +00:00

12 lines
308 B
C

Clang compatibility
--- src/about.c.orig 2006-08-09 18:50:25 UTC
+++ src/about.c
@@ -232,7 +232,7 @@ void kudu_about_splash_set_parent(GtkWin
/* Closes the splash screen */
gboolean kudu_about_splash_close(void)
{
- if (splash_win == NULL) return;
+ if (splash_win == NULL) return FALSE;
gulong ms;