diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FDmulti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmulti.c b/src/H5FDmulti.c index 73ceb74..ace79ee 100644 --- a/src/H5FDmulti.c +++ b/src/H5FDmulti.c @@ -31,7 +31,7 @@ #define FALSE 0 #endif #ifndef TRUE -#define TRUE 1 +#define TRUE (!FALSE) #endif /* Loop through all mapped files */ |