f507c057f9
PR: 178595 Submitted by: Ports Fury
11 lines
218 B
C
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;
|
|
}
|
|
|
|
|