diff options
Diffstat (limited to 'src/code/fault_drawer.c')
| -rw-r--r-- | src/code/fault_drawer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/fault_drawer.c b/src/code/fault_drawer.c index 5c82b7a0b..6b85edb43 100644 --- a/src/code/fault_drawer.c +++ b/src/code/fault_drawer.c @@ -7,7 +7,7 @@ #include "global.h" #include "terminal.h" -typedef struct { +typedef struct FaultDrawer { /* 0x00 */ u16* fb; /* 0x04 */ u16 w; /* 0x06 */ u16 h; |
