diff --git a/procps/powertop.c b/procps/powertop.c index 250da817b..77b071ffb 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -635,7 +635,7 @@ static NOINLINE void print_intel_cstates(void) bb_putchar('\n'); } #else -# define print_intel_cstates(void) ((void)0) +# define print_intel_cstates() ((void)0) #endif static void show_timerstats(void)