Skip to content

Commit

Permalink
cleanup: Align enum suffix with upstream.
Browse files Browse the repository at this point in the history
We had renamed it because cimple doesn't support `_e`, but now it does.
  • Loading branch information
iphydf committed Nov 8, 2024
1 parent 2ac6bca commit 52bfcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum {
FIXSTR_SIZE = 0x1F
};

typedef enum cmp_error_t {
typedef enum cmp_error_e {
CMP_ERROR_NONE,
CMP_ERROR_STR_DATA_LENGTH_TOO_LONG,
CMP_ERROR_BIN_DATA_LENGTH_TOO_LONG,
Expand Down

0 comments on commit 52bfcfa

Please sign in to comment.