diff --git a/extras/modules/xmbctrl/main.c b/extras/modules/xmbctrl/main.c index b5052673c..2676e9643 100644 --- a/extras/modules/xmbctrl/main.c +++ b/extras/modules/xmbctrl/main.c @@ -352,9 +352,8 @@ int AddVshItemPatched(void *a0, int topitem, SceVshItem *item) AddVshItem(a0, topitem, new_item2); } - else { - return AddVshItem(a0, topitem, item); - } + + return AddVshItem(a0, topitem, item); }