aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2004-06-16 12:06:04 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2004-06-16 12:06:04 +0000
commitcd78b5f3954d78be8b59ca9955b51362646cc3d0 (patch)
tree9361a139db1d3a937f56fe682fa1c1a8847f257d
parent38fbe980f6b9275467ce7c54d9d4ab5cd68478d3 (diff)
Fixed typo in warning message.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@198 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--src/util/hdf5_extract.c5
1 files changed, 2 insertions, 3 deletions
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++;
}