From 76fb697799db62c9fcc11accbeecf9337e3c7904 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 24 Aug 2004 16:14:20 +0000 Subject: Fixed typo in routine name. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@203 4825ed28-b72c-4eae-9704-e50c059e567d --- src/util/hdf5_convert_from_ieeeio.c | 4 ++-- 1 file 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; -- cgit v1.2.3