sysinfo: Fixup formatting

This commit is contained in:
Patrick Griffis 2018-09-01 13:01:30 -04:00
parent 6a8b7013af
commit 996b29ccca

View File

@ -276,7 +276,7 @@ static void strip_quotes(char *string)
string[--len] = '\0'; string[--len] = '\0';
if (string[0] == '"') if (string[0] == '"')
memmove(string, string + 1, len + 1); memmove(string, string + 1, len);
} }
int xs_parse_distro(char *name) int xs_parse_distro(char *name)