mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Fix a missing blank space.
This commit is contained in:
parent
2d123458af
commit
6a25181bba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298391
@ -857,7 +857,7 @@ get_type(int type)
|
||||
size_t i;
|
||||
|
||||
for (i = 0; i < nitems(part_types); i++)
|
||||
if(part_types[i].type == (type & 0x7f))
|
||||
if (part_types[i].type == (type & 0x7f))
|
||||
return(part_types[i].name);
|
||||
return("unknown");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user