mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
use "const" where able to + random readability changes
This commit is contained in:
@@ -78,7 +78,7 @@ void stop(void) {
|
||||
}
|
||||
|
||||
// entry point of the application
|
||||
int main(int argc, char** argv) {
|
||||
int main(int const argc, char const* const* const argv) {
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user