mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 22:15:45 +01:00
code cleanup:
- rename typedefs to a lowercase variant - change variable names to shorter variants
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#define MAX_STR_LEN 128
|
||||
|
||||
void error(ErrorCode const error_code, char const* const format, ...) {
|
||||
void error(error_code const error_code, char const* const format, ...) {
|
||||
char buffer[MAX_STR_LEN] = {0}; // contains the buffer of the final string
|
||||
|
||||
va_list args = {0};
|
||||
|
||||
Reference in New Issue
Block a user