Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwheeler committed Jun 17, 2024
1 parent 853d50a commit 86bbb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/structure/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ struct T0CDrillIndicator {
uint8_t layer;
uint32_t k;
uint32_t next;
uint32_t un1[2]; // Typically (always?) null
uint32_t un1[2]; // Typically (always?) null
DrillSymbol drill_chart_symbol;
char label[4];
COND_FIELD(version >= kA172, uint32_t, un2);
Expand Down

0 comments on commit 86bbb41

Please sign in to comment.