mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed unary negation bug, removed newline from print
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
static void printWrapper(const char* output) {
|
||||
printf("%s", output);
|
||||
printf("\n"); //default new line
|
||||
// printf("\n"); //default new line
|
||||
}
|
||||
|
||||
static void assertWrapper(const char* output) {
|
||||
|
||||
Reference in New Issue
Block a user