mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Remove extra semicolon from end of Credits namespace
-Wpedantic warns about this.
This commit is contained in:
parent
0dceec8c20
commit
d2951fb7f4
1 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,6 @@ static const int creditmaxposition = 1050 + (10 * (
|
|||
SDL_arraysize(superpatrons) + SDL_arraysize(patrons) + SDL_arraysize(githubfriends)
|
||||
));
|
||||
|
||||
}; /* namespace Credits */
|
||||
} /* namespace Credits */
|
||||
|
||||
#endif /* CREDITS_H */
|
||||
|
|
Loading…
Reference in a new issue