X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/d767066b40ee6d1187273de11f2f942f8a10e1e7..0bd4c301f40f5da75d0ccdc14d1aa1c40c297305:/test/db1/eref.c diff --git a/test/db1/eref.c b/test/db1/eref.c index 33dda3f..cff9e9b 100644 --- a/test/db1/eref.c +++ b/test/db1/eref.c @@ -50,7 +50,7 @@ void eref_initMod (void) int i; const int size = 16; - if (needsInit == FALSE) + if (needsInit == false) /* will produce a warning if FALSE is used instead */ { return; }