From 9e132a0c24dfa6334a66d767efc852caa15d8545 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 15 Sep 2014 17:32:05 +0200 Subject: [PATCH] (Lakka) build fix --- frontend/menu/disp/lakka.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/menu/disp/lakka.c b/frontend/menu/disp/lakka.c index 75e89416a9..391109af9d 100644 --- a/frontend/menu/disp/lakka.c +++ b/frontend/menu/disp/lakka.c @@ -1145,8 +1145,8 @@ static void *lakka_init(void) if (info == NULL) { free(menu); - return NULL - }; + return NULL; + } strlcpy(category->name, info->display_name, sizeof(category->name)); strlcpy(category->libretro, info->path, sizeof(category->libretro));