summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/aggregator.c10
-rw-r--r--src/assign/assign_protein_type.c24
-rw-r--r--src/error/check_h5_error.c2
-rw-r--r--src/error/check_h5_error.h2
-rw-r--r--src/load/load_influenza_aa_dat.c12
-rw-r--r--src/load/load_influenza_faa.c12
-rw-r--r--src/updator.c4
7 files changed, 35 insertions, 31 deletions
diff --git a/src/updator.c b/src/updator.c
index 9a5ad18..f93e205 100644
--- a/src/updator.c
+++ b/src/updator.c
@@ -17,7 +17,7 @@ main ()
*/
hid_t file_id = H5Fopen (FILE, H5F_ACC_RDWR, H5P_DEFAULT);
if (file_id < 0)
- check_h5_error (file_id, __FILE__, __LINE__);
+ check_h5_error (__FILE__, __LINE__);
/*
* Assign protein type values to the sequence records.
@@ -29,7 +29,7 @@ main ()
*/
herr_t status = H5Fclose (file_id);
if (status < 0)
- check_h5_error (status, __FILE__, __LINE__);
+ check_h5_error (__FILE__, __LINE__);
return 0;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.