diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-27 17:49:13 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-27 17:49:13 +1200 |
commit | 1c5611894d10dfd434af0a750ad15a9bc01a14f0 (patch) | |
tree | c9e510b8277654ceb099ea25793e1375d5d546cf /reload.c | |
parent | f80e1e42a919739b1ca22eb2516a74c874934e68 (diff) | |
download | paramano-1c5611894d10dfd434af0a750ad15a9bc01a14f0.tar.xz |
Naughty Phillid, underscore-prefixed variable names are bad!
Diffstat (limited to 'reload.c')
-rw-r--r-- | reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |