Skip to content

Commit f96867e

Browse files
committed
format-table: add _TABLE_ERSATZ_INVALID to follow our usual coding style
Closes CID#1609497.
1 parent d6891af commit f96867e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/format-table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ typedef enum TableErsatz {
8686
TABLE_ERSATZ_UNSET,
8787
TABLE_ERSATZ_NA,
8888
_TABLE_ERSATZ_MAX,
89+
_TABLE_ERSATZ_INVALID = -EINVAL,
8990
} TableErsatz;
9091

9192
typedef struct Table Table;

0 commit comments

Comments
 (0)