forgot a semicolon LMAO
This commit is contained in:
parent
79fbee559f
commit
0826ea552e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef GUARD_BERRY_TAG_SCREEN_H
|
||||
#define GUARD_BERRY_TAG_SCREEN_H
|
||||
|
||||
void DoBerryTagScreen(void)
|
||||
void DoBerryTagScreen(void);
|
||||
|
||||
#endif // GUARD_BERRY_TAG_SCREEN_H
|
||||
|
|
Loading…
Reference in a new issue