From e1656a143b740d6444e2af980239b46167cd35e3 Mon Sep 17 00:00:00 2001 From: EvanR Date: Sat, 22 May 2010 18:35:54 -0500 Subject: [PATCH] Fixed a 'remote compiler refuses' bug. --- video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.c b/video.c index 21e3b08..4cd651f 100644 --- a/video.c +++ b/video.c @@ -426,7 +426,7 @@ void print_version(){ printf("Cantaveria (v%d.%d)\n", VERSION_MAJOR, VERSION_MINOR); printf("Copyright 2009 Evan Rinehart\n\n"); - printf(message); + printf("%s\n", message); } void print_help(){ -- 2.11.4.GIT