sysinfo: Fixup formatting

This commit is contained in:
Patrick Griffis 2018-09-01 13:01:30 -04:00
parent 2a8ab8bb7f
commit c092af89a2
1 changed files with 5 additions and 5 deletions

View File

@ -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)