diff options
Diffstat (limited to 'common/event.c')
-rw-r--r-- | common/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/event.c b/common/event.c index c312556490..164c95f8f5 100644 --- a/common/event.c +++ b/common/event.c @@ -155,7 +155,7 @@ void event_show_spy_list(void) } } -#if CONFIG_IS_ENABLED(NEEDS_MANUAL_RELOC) +#if IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) int event_manual_reloc(void) { struct evspy_info *spy, *end; |