diff options
Diffstat (limited to 'tools/h5toh4.h')
-rw-r--r-- | tools/h5toh4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5toh4.h b/tools/h5toh4.h index 140fef0..4436288 100644 --- a/tools/h5toh4.h +++ b/tools/h5toh4.h @@ -33,7 +33,7 @@ typedef struct op_data_t { #ifdef H5TOH4_DEBUG #define DEBUG_PRINT(s1,s2,s3,n1) ( fprintf(stderr,s1,s2,s3,n1) ) #else -#define DEBUG_PRINT(s1,s2,s3,n1) ( ) +#define DEBUG_PRINT(s1,s2,s3,n1) ( fprintf(stderr," ") ) #endif #endif |