]> andersk Git - splint.git/blobdiff - test/metastate/osd.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / metastate / osd.c
index 53b57ca2e6c85365ca6fcd74cb95fc2f5623e16a..7f663b77974d742e0d9dcaf7be51ba89ef89d645 100644 (file)
@@ -7,10 +7,10 @@ int osd_fileIsReadable (char *f)
   if (fl != NULL)
     {
       fclose (fl);
-      return (TRUE);
+      return true;
     }
   else
     {
-      return (FALSE);
+      return false;
     }
 }
This page took 0.166368 seconds and 4 git commands to generate.