sysinfo: Fixup formatting
This commit is contained in:
parent
6a8b7013af
commit
996b29ccca
@ -276,7 +276,7 @@ static void strip_quotes(char *string)
|
||||
string[--len] = '\0';
|
||||
|
||||
if (string[0] == '"')
|
||||
memmove(string, string + 1, len + 1);
|
||||
memmove(string, string + 1, len);
|
||||
}
|
||||
|
||||
int xs_parse_distro(char *name)
|
||||
|
Loading…
Reference in New Issue
Block a user