summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r--apps/plugins/fire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 2e762cb9e9..c293bf7af6 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -352,7 +352,7 @@ int main(void)
352 32, 1<<8, NULL) + 1; 352 32, 1<<8, NULL) + 1;
353 if(shades <= 1) 353 if(shades <= 1)
354 { 354 {
355 rb->splash(HZ, true, "not enough memory"); 355 rb->splash(HZ, "not enough memory");
356 return PLUGIN_ERROR; 356 return PLUGIN_ERROR;
357 } 357 }
358 /* switch on grayscale overlay */ 358 /* switch on grayscale overlay */