summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/snapshot.c')
-rw-r--r--apps/plugins/zxbox/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/snapshot.c b/apps/plugins/zxbox/snapshot.c
index d89e533d9e..5528b710c2 100644
--- a/apps/plugins/zxbox/snapshot.c
+++ b/apps/plugins/zxbox/snapshot.c
@@ -651,7 +651,7 @@ void load_snapshot_file_type(char *name, int type)
651 snsh = rb->open(filenamebuf, O_RDONLY); 651 snsh = rb->open(filenamebuf, O_RDONLY);
652 if(snsh < 0) { 652 if(snsh < 0) {
653#ifndef USE_GRAY 653#ifndef USE_GRAY
654 rb->splash(HZ,true, "Could not open snapshot file `%s'",filenamebuf); 654 rb->splash(HZ, "Could not open snapshot file `%s'",filenamebuf);
655#endif 655#endif
656 return; 656 return;
657 } 657 }