Skip to content

Commit ce13510

Browse files
authored
Add static assertion message for card_data size
1 parent 78b5062 commit ce13510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

card_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ struct card_data {
8383
}
8484
};
8585

86-
static_assert(sizeof(card_data) == 80);
86+
static_assert(sizeof(card_data) == 80, "card_data size error");
8787

8888
#endif /* CARD_DATA_H_ */

0 commit comments

Comments
 (0)