diff --git a/multiplatformLib.o b/multiplatformLib.o index 6a65ac0f4d2f9680741fdaa9df6b2f97ee6a6cbe..0b0d153f6df6d74001b7feadca509604eef0e5f2 100644 Binary files a/multiplatformLib.o and b/multiplatformLib.o differ diff --git a/snake.c b/snake.c index 3263298427fc56d5151808f5d93ac6372bdde861..38f44573c372734a6368d228f00eb5d410f55a06 100644 --- a/snake.c +++ b/snake.c @@ -1021,7 +1021,7 @@ int core(int argc, char const *argv[]) } else { - printf("VT100 not working\n%sthis text should be blue...\n"); + printf("VT100 not working\n%sthis text should be blue...\n", blue); } diff --git a/snake.o b/snake.o index 8577fad433ea62ecfc82da07de6075682baf0674..6ffd96fb1220727258361a90d3f15f9a6f377e73 100644 Binary files a/snake.o and b/snake.o differ