Fixed compilation error on some GCCes: missing terminating " character
authorlace <>
Mon, 16 Jan 2006 18:19:15 +0000 (18:19 +0000)
committerlace <>
Mon, 16 Jan 2006 18:19:15 +0000 (18:19 +0000)
 - bugreport by the courtesy of: Stefan Schweizer

src/libcaptive/rtl/time.c

index 6d89351..75aa55f 100644 (file)
@@ -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)