aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/hdf5_convert_from_ieeeio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/hdf5_convert_from_ieeeio.c b/src/util/hdf5_convert_from_ieeeio.c
index 5e37019..90e69d7 100644
--- a/src/util/hdf5_convert_from_ieeeio.c
+++ b/src/util/hdf5_convert_from_ieeeio.c
@@ -98,7 +98,7 @@ int main (int argc, char **argv)
H5P_DEFAULT);
if (attribute < 0)
{
- fprinft ( stderr, "IOHDF5:hdf5_convert_from_ieeeio.c: attribute is out of bounds");
+ fprintf ( stderr, "IOHDF5:hdf5_convert_from_ieeeio.c: attribute is out of bounds");
return (-1);
}
i = 1;
@@ -113,7 +113,7 @@ int main (int argc, char **argv)
H5P_DEFAULT);
if (attribute < 0)
{
- fprinft ( stderr, "IOHDF5:hdf5_convert_from_ieeeio.c: attribute is out of bounds");
+ fprintf ( stderr, "IOHDF5:hdf5_convert_from_ieeeio.c: attribute is out of bounds");
return (-1);
}
i = 1;