mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove extra semicolon from end of Credits namespace
-Wpedantic warns about this.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user