]> git.sur5r.net Git - i3/i3status/blobdiff - i3status.c
Fix compilation warning
[i3/i3status] / i3status.c
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;