aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++;
}