From a4036b7b5dad90eeb952b7374684faf96bfdf589 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 16 Jul 2009 08:36:49 +0000 Subject: [PATCH] formating fix --- src/h5_core/h5_errorhandling_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5_core/h5_errorhandling_private.h b/src/h5_core/h5_errorhandling_private.h index 66008da..61c585d 100644 --- a/src/h5_core/h5_errorhandling_private.h +++ b/src/h5_core/h5_errorhandling_private.h @@ -18,7 +18,7 @@ #define HANDLE_H5_NOENT_ERR( f, name ) \ h5_error( \ f, \ - H5_ERR_NOENT, \ + H5_ERR_NOENT, \ "Object \"%s\" doesn't exists.", name ); #define HANDLE_H5_DATASET_RANK_ERR( f, m, n ) \