]> err.no Git - util-linux/commitdiff
libblkid: fix FALSE definition
authorKarel Zak <kzak@redhat.com>
Mon, 3 Aug 2009 21:33:22 +0000 (23:33 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Aug 2009 21:42:01 +0000 (23:42 +0200)
Ah, I need brown paper bag! Grrr...

Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/blkidP.h

index 67e7f53ac50952cebb1b9755c6c1cd3537474bd9..e0e5cb81d5cf28ce2581f5ea8405bb10f8015c7d 100644 (file)
@@ -32,7 +32,7 @@
 
 #ifndef TRUE
 #define TRUE 1
-#define FALSE 1
+#define FALSE 0
 #endif
 
 #include <limits.h>