Change struct order for some reason
This commit is contained in:
parent
ad3af5b7fa
commit
f3b8cab5d6
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ typedef struct _hexagram_schedule_slot {
|
|||
} hexagram_schedule_slot;
|
||||
|
||||
typedef struct _hexagram_schedule {
|
||||
size_t current;
|
||||
timer_t timer;
|
||||
size_t current;
|
||||
} hexagram_schedule;
|
||||
|
||||
hexagram_schedule *hexagram_schedule_create(hexagram_table_entry *table,
|
||||
|
|
Loading…
Add table
Reference in a new issue