forked from nakidai/csnake
1
0
Fork 0

I like semicolons

Nakidai 2023-12-01 22:46:43 +03:00
parent eda7badf47
commit 517e57cfc5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ typedef void ThreadR;
#define ThreadReturn return
#else
typedef void* ThreadR;
#define ThreadReturn return NULL;
#define ThreadReturn return NULL
#endif /* _WIN32 */
typedef ThreadR (*Thread)(void *);