tplink-safeloader: use enum for table types
authorSander Vanheule <sander@svanheule.net>
Fri, 3 Feb 2023 22:03:16 +0000 (23:03 +0100)
committerSander Vanheule <sander@svanheule.net>
Sun, 12 Mar 2023 12:35:51 +0000 (13:35 +0100)
commitb82a5214c989dc74586e9b4f76af9d33a91190ab
tree3feed39ec018256a5ba337db0769efae1cdb1845
parent201a6c01ee0965c0562fe65e496f33eefac12c0a
tplink-safeloader: use enum for table types

The partition table parser supports two table types, which only differ
in the starting ID of a table entry. Selection of which type to parse is
performed with a plain integer, but this makes code harder to read.
Replace the integer by an enum to make type selection more obvious.

While touching the code, also fix the switch-case indentation.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c