From 93b76533735fc1d9fd666787acd65db8507d9119 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 1 Sep 2015 18:01:53 +1200 Subject: Enforced staticness --- bat_tray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bat_tray.c') diff --git a/bat_tray.c b/bat_tray.c index 3480a75..8e9997e 100644 --- a/bat_tray.c +++ b/bat_tray.c @@ -21,8 +21,8 @@ static GtkStatusIcon* tray; static char tooltip_text[1024]; -int bat_num; // Shortcoming: we only detect one battery -char *CHARGE_VALUE_PATH, *CHARGE_STATE_PATH; +static int bat_num; // Shortcoming: we only detect one battery +static char *CHARGE_VALUE_PATH, *CHARGE_STATE_PATH; /*********************************************************************** * Return the battery level percentage -- cgit v1.1