From ae241b32b4062a15d2fbdc1a225710b5e93c2873 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 27 Sep 2014 17:49:13 +1200 Subject: Naughty Phillid, underscore-prefixed variable names are bad! --- reload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reload.c') diff --git a/reload.c b/reload.c index c5dd41e..aeac1f0 100644 --- a/reload.c +++ b/reload.c @@ -37,7 +37,7 @@ void reload_config() config_init(); // Hide battery icon if told to - _DEFAULT_SHOW_BATTERY? bat_tray_show() : bat_tray_hide(); + DEFAULT_SHOW_BATTERY? bat_tray_show() : bat_tray_hide(); // Update governor and frequency defaults debug("Re-init freq tray\n"); -- cgit v1.1