summaryrefslogtreecommitdiff
path: root/i3status.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2009-09-01 23:43:24 +0200
committerMichael Stapelberg <michael@stapelberg.de>2009-09-01 23:43:24 +0200
commit1c0e5ea560869092a7779c9d5984ded6848794ce (patch)
tree0b7540c65a52ea331bebd2268774d78446884c42 /i3status.c
parente565e313f79c78eb1be27ce6ea789011105cf549 (diff)
Fix compilation warning
Diffstat (limited to 'i3status.c')
-rw-r--r--i3status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3status.c b/i3status.c
index 37e6639..8b6ca72 100644
--- a/i3status.c
+++ b/i3status.c
@@ -63,7 +63,7 @@ int general_socket;
const char *wlan_interface = NULL;
const char *eth_interface = NULL;
-const char *wmii_path = NULL;
+char *wmii_path = NULL;
const char *time_format = NULL;
bool use_colors = false;
bool get_ethspeed = false;