Fixed compilation error on some GCCes: missing terminating " character
[captive.git] / 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)