Be consistent and do return (1);

Noticed by: tsoome@
Sponsored by: Netflix
This commit is contained in:
imp 2017-09-07 15:46:44 +00:00
parent ba989b6cad
commit 36a3b2ea7a

View File

@ -50,7 +50,7 @@ ucs2len(const efi_char *str)
i = 0;
while (*str++)
i++;
return i;
return (i);
}
/*