forked from github/server
typo bool->boolean
This commit is contained in:
parent
3101acdb83
commit
77a00514ae
|
@ -114,7 +114,7 @@ typedef struct {
|
|||
int x;
|
||||
int y;
|
||||
int duration;
|
||||
bool active;
|
||||
boolean active;
|
||||
char *desc;
|
||||
char *keyword;
|
||||
} spec_direction;
|
||||
|
|
Loading…
Reference in New Issue