mirror of
https://github.com/acpica/acpica/
synced 2025-01-24 02:12:06 +03:00
bd157a3c71
Variable j is assigned a signed int value from the call to AcpiGetopt and is also compared to ACPI_OPT_END which is -1, so it makes sense to make j an INT32 type rather than a UINT32. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> |
||
---|---|---|
documents | ||
generate | ||
source | ||
tests | ||
.gitignore | ||
Makefile |