]> git.sur5r.net Git - i3/i3status/commitdiff
Fix compilation warning
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 1 Sep 2009 21:43:24 +0000 (23:43 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 1 Sep 2009 21:43:24 +0000 (23:43 +0200)
i3status.c
i3status.h

index 37e6639e2401a6de0d6887aee6eff69822eb2e90..8b6ca729595ac833ca5925d9d56edfc5d16b1c2e 100644 (file)
@@ -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;
index 81a52a09b6ec48c68a80bd4eee140d7fdef6bd1d..aa7f20e39a1953da7ba8ba2544584c436ea36591 100644 (file)
@@ -91,7 +91,7 @@ extern int highest_order;
 
 extern const char *wlan_interface;
 extern const char *eth_interface;
-extern const char *wmii_path;
+extern char *wmii_path;
 extern const char *time_format;
 extern bool use_colors;
 extern bool get_ethspeed;