From f671485da00f743e89a2f63c8f0416b124c1921b Mon Sep 17 00:00:00 2001 From: lace <> Date: Mon, 16 Jan 2006 18:19:15 +0000 Subject: [PATCH] Fixed compilation error on some GCCes: missing terminating " character - bugreport by the courtesy of: Stefan Schweizer --- src/libcaptive/rtl/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcaptive/rtl/time.c b/src/libcaptive/rtl/time.c index 6d89351..75aa55f 100644 --- a/src/libcaptive/rtl/time.c +++ b/src/libcaptive/rtl/time.c @@ -87,7 +87,7 @@ BOOLEAN errBOOLEAN; /* Some problem with the remainer? */ #if TICKSTO1970%TICKSPERSEC -#error "Unsupported: TICKSTO1970 +#error "Unsupported: TICKSTO1970" #endif #if TICKSPERSEC<1000000000 && !(1000000000%TICKSPERSEC) -- 1.8.3.1