From 65c0266c89abc19df0f33a400747790b3131e06b Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 10 Sep 2003 10:53:58 +0000 Subject: Fixed typo in warning message. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@175 4825ed28-b72c-4eae-9704-e50c059e567d --- src/util/hdf5_double_to_single.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/util/hdf5_double_to_single.c b/src/util/hdf5_double_to_single.c index cd5a0a9..67ce10f 100644 --- a/src/util/hdf5_double_to_single.c +++ b/src/util/hdf5_double_to_single.c @@ -258,9 +258,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