From aa45f5ec0c8e6d420faae8eab8f1cd45a27b58c2 Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Sun, 30 Sep 2018 14:29:33 -0500 Subject: [PATCH] removed space --- common/menu-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/menu-entry.c b/common/menu-entry.c index 1e7283b..c1c0771 100644 --- a/common/menu-entry.c +++ b/common/menu-entry.c @@ -337,7 +337,7 @@ void menuEntryParseIcon(menuEntry_s* me) { me->icon_gfx = NULL; tjDestroy(_jpegDecompressor); return; - } + } if (w != 256 || h != 256 ) return;