aboutsummaryrefslogtreecommitdiff
path: root/reload.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-27 17:49:13 +1200
committerDavid <dbphillipsnz@gmail.com>2014-09-27 17:49:13 +1200
commitae241b32b4062a15d2fbdc1a225710b5e93c2873 (patch)
treec9e510b8277654ceb099ea25793e1375d5d546cf /reload.c
parent0151fd3792e68c54b8eb776f8196e572cb7e8457 (diff)
downloadparamano-ae241b32b4062a15d2fbdc1a225710b5e93c2873.tar.xz
Naughty Phillid, underscore-prefixed variable names are bad!
Diffstat (limited to 'reload.c')
-rw-r--r--reload.c2
1 files changed, 1 insertions, 1 deletions
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");