Be consistent and do return (1);
Noticed by: tsoome@ Sponsored by: Netflix
This commit is contained in:
parent
ba989b6cad
commit
36a3b2ea7a
@ -50,7 +50,7 @@ ucs2len(const efi_char *str)
|
||||
i = 0;
|
||||
while (*str++)
|
||||
i++;
|
||||
return i;
|
||||
return (i);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user