mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-22 01:57:18 +01:00
SDL_syspower.c: remove redundant expression
This commit is contained in:
parent
d4a67e2541
commit
25d53a4475
@ -99,7 +99,7 @@ make_proc_acpi_key_val(char **_ptr, char **_key, char **_val)
|
|||||||
|
|
||||||
*(ptr++) = '\0'; /* terminate the key. */
|
*(ptr++) = '\0'; /* terminate the key. */
|
||||||
|
|
||||||
while ((*ptr == ' ') && (*ptr != '\0')) {
|
while (*ptr == ' ') {
|
||||||
ptr++; /* skip whitespace. */
|
ptr++; /* skip whitespace. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user