fixed tabs xD

This commit is contained in:
Aaron Marcher 2016-03-08 18:39:18 +01:00 committed by Aaron Marcher (drkhsh)
parent 4c67ce861b
commit 526955ecda

View file

@ -300,8 +300,7 @@ wifi_signal()
fgets(buf, bufsize, fp);
if ((datastart = strstr(buf, "wlp3s0:")) != NULL) {
datastart = strstr(buf, ":");
sscanf(datastart + 1, " %*d %d %*d %*d %*d %*d %*d %*d %*d %*d",
&strength);
sscanf(datastart + 1, " %*d %d %*d %*d %*d %*d %*d %*d %*d %*d", &strength);
}
/* close wifi file */