summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/menu.c')
-rw-r--r--apps/plugins/rockboy/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/menu.c b/apps/plugins/rockboy/menu.c
index b49e480f41..abacd2c831 100644
--- a/apps/plugins/rockboy/menu.c
+++ b/apps/plugins/rockboy/menu.c
@@ -201,7 +201,7 @@ static bool do_file(char *path, char *desc, bool is_load) {
201 201
202 /* print out a status message so the user knows the state loaded */ 202 /* print out a status message so the user knows the state loaded */
203 snprintf(buf, 200, "Loaded state from \"%s\"", path); 203 snprintf(buf, 200, "Loaded state from \"%s\"", path);
204 rb->splash(HZ * 1, true, buf); 204 rb->splash(HZ * 1, buf);
205 } 205 }
206 else 206 else
207 { 207 {