From cd78b5f3954d78be8b59ca9955b51362646cc3d0 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 16 Jun 2004 12:06:04 +0000 Subject: Fixed typo in warning message. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@198 4825ed28-b72c-4eae-9704-e50c059e567d --- src/util/hdf5_extract.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/util/hdf5_extract.c b/src/util/hdf5_extract.c index 7c0906d..db4391b 100644 --- a/src/util/hdf5_extract.c +++ b/src/util/hdf5_extract.c @@ -331,9 +331,8 @@ static herr_t CopyObject (hid_t from, } else { - fprintf (stderr, "WARNING: Found object '%s' which is not neither a " - "group nor a dataset ! Object will not be copied.\n", - pathname); + fprintf (stderr, "WARNING: Found object '%s' which is neither a group " + "nor a dataset ! Object will not be copied.\n", pathname); nerrors++; } -- cgit v1.2.3