From: lace <> Date: Mon, 16 Jan 2006 18:19:15 +0000 (+0000) Subject: Fixed compilation error on some GCCes: missing terminating " character X-Git-Tag: captive-1_1_7~20 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=f671485da00f743e89a2f63c8f0416b124c1921b Fixed compilation error on some GCCes: missing terminating " character - bugreport by the courtesy of: Stefan Schweizer --- 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)