summaryrefslogtreecommitdiff
path: root/apps/radio/radioart.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radioart.c')
-rw-r--r--apps/radio/radioart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/radio/radioart.c b/apps/radio/radioart.c
index 230948c051..ce774ac4b1 100644
--- a/apps/radio/radioart.c
+++ b/apps/radio/radioart.c
@@ -202,7 +202,7 @@ void radioart_init(bool entering_screen)
202 { 202 {
203 /* grab control over buffering */ 203 /* grab control over buffering */
204 size_t bufsize; 204 size_t bufsize;
205 int handle = core_alloc_maximum("radioart", &bufsize, &radioart_ops); 205 int handle = core_alloc_maximum(&bufsize, &radioart_ops);
206 if (handle <0) 206 if (handle <0)
207 { 207 {
208 splash(HZ, "Radioart Failed - OOM"); 208 splash(HZ, "Radioart Failed - OOM");