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 d280e39243..a3e6d5c2b9 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -239,7 +239,7 @@ int rolo_load(const char* filename)
239 239
240 /* get the system buffer. release only in case of error, otherwise 240 /* get the system buffer. release only in case of error, otherwise
241 * we don't return anyway */ 241 * we don't return anyway */
242 rolo_handle = core_alloc_maximum("rolo", &filebuf_size, &buflib_ops_locked); 242 rolo_handle = core_alloc_maximum(&filebuf_size, &buflib_ops_locked);
243 if (rolo_handle < 0) 243 if (rolo_handle < 0)
244 { 244 {
245 rolo_error("OOM"); 245 rolo_error("OOM");