summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/aggregator.c2
-rw-r--r--src/assign_protein_type.c7
-rw-r--r--src/assign_protein_type.h3
-rw-r--r--src/check_error.c2
-rw-r--r--src/check_error.h3
-rw-r--r--src/check_h5_error.c2
-rw-r--r--src/check_h5_error.h2
-rw-r--r--src/check_ncbi_error.c3
-rw-r--r--src/check_ncbi_error.h2
-rw-r--r--src/load_influenza_aa_dat.c259
-rw-r--r--src/load_influenza_aa_dat.h3
-rw-r--r--src/load_influenza_faa.c2
-rw-r--r--src/load_influenza_faa.h3
13 files changed, 145 insertions, 148 deletions
diff --git a/src/check_h5_error.c b/src/check_h5_error.c
index 30fc87c..d90b21f 100644
--- a/src/check_h5_error.c
+++ b/src/check_h5_error.c
@@ -3,7 +3,7 @@
3#include <stdlib.h>3#include <stdlib.h>
44
5void5void
6check_h5_error (herr_t status, const char* filename, unsigned int linenum)6check_h5_error (herr_t status, const char *filename, unsigned int linenum)
7{7{
8 error_at_line (EXIT_FAILURE, 0, filename, linenum,8 error_at_line (EXIT_FAILURE, 0, filename, linenum,
9 "An error has been reported by the HDF5 API.");9 "An error has been reported by the HDF5 API.");

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.