ntdll: Fix one-time warning message output.

This commit is contained in:
Andrew Nguyen 2011-02-01 04:33:47 -06:00 committed by Alexandre Julliard
parent fff50be3e8
commit c698fc86b9

View file

@ -847,7 +847,7 @@ static void add_fs_cache( dev_t dev, fsid_t fsid, BOOLEAN case_sensitive )
}
/* Cache is out of space, warn */
if (once++)
if (!once++)
WARN( "FS cache is out of space, expect performance problems\n" );
}