summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index f4db832b2b..f1bcd0718e 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -244,7 +244,7 @@ int rolo_load(const char* filename)
244 rolo_handle = core_alloc_maximum("rolo", &filebuf_size, NULL); 244 rolo_handle = core_alloc_maximum("rolo", &filebuf_size, NULL);
245 if (rolo_handle < 0) 245 if (rolo_handle < 0)
246 { 246 {
247 splash(HZ, "Rolo Failed - OOM"); 247 rolo_error("OOM");
248 return -1; 248 return -1;
249 } 249 }
250 250