1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-18 10:38:31 +02:00

Remove extra semicolon from end of Credits namespace

-Wpedantic warns about this.
This commit is contained in:
Misa 2021-04-14 22:00:58 -07:00 committed by Ethan Lee
parent 0dceec8c20
commit d2951fb7f4

View File

@ -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 */