mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-19 23:15:46 +01:00
update pointer alignment rule
This commit is contained in:
@@ -13,7 +13,7 @@ static void stop(void) {
|
||||
}
|
||||
|
||||
// entry-point of the application
|
||||
int main(int argc, char** argv) {
|
||||
int main(int argc, char **argv) {
|
||||
(void)argc, (void)argv;
|
||||
// register stop as exit function
|
||||
atexit(stop);
|
||||
|
||||
Reference in New Issue
Block a user