aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2003-09-10 10:53:58 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2003-09-10 10:53:58 +0000
commit65c0266c89abc19df0f33a400747790b3131e06b (patch)
treeaa3418b8f3ca55157aac500e303335a3a52803d2
parent77d10203c5f9199ec2f559d71683d475e72c3c8a (diff)
Fixed typo in warning message.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@175 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--src/util/hdf5_double_to_single.c5
1 files 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++;
}