freebsd-ports/graphics/cinepaint/files/patch-app__layers_dialog.c
Martin Wilke f507c057f9 - Update to 1.0.4
PR:		178595
Submitted by:	Ports Fury
2013-05-21 05:43:22 +00:00

11 lines
218 B
C

--- app/layers_dialog.c.orig
+++ app/layers_dialog.c
@@ -2773,7 +2773,7 @@
# ifdef DEBUG
printf("%s:%d %s() wrong data or widget\n", __FILE__,__LINE__,__func__);
# endif
- return FALSE;
+ return;
}