From fa2c789c3f849f228da9338b29a86319a868b715 Mon Sep 17 00:00:00 2001 From: Ronald Brown Date: Mon, 10 May 2021 23:31:00 -0700 Subject: [PATCH] Fix typo in HAVE_LAKKA_SWITCH stuff that is breaking HAVE_LAKKA building. --- menu/cbs/menu_cbs_right.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_right.c b/menu/cbs/menu_cbs_right.c index 728c270ff0..67d4538e67 100644 --- a/menu/cbs/menu_cbs_right.c +++ b/menu/cbs/menu_cbs_right.c @@ -789,7 +789,7 @@ static int manual_content_scan_core_name_right(unsigned type, const char *label, return 0; } -#ifdef HAVE_LAKKA_SWITCH +#ifndef HAVE_LAKKA_SWITCH #ifdef HAVE_LAKKA static int cpu_policy_freq_tweak(unsigned type, const char *label, bool wraparound)