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_error.c b/src/check_error.c
index 70c62c4..4630b50 100644
--- a/src/check_error.c
+++ b/src/check_error.c
@@ -7,7 +7,7 @@ void
7check_error (const char *filename, const unsigned int linenum)7check_error (const char *filename, const unsigned int linenum)
8{8{
9 if (errno)9 if (errno)
10 error_at_line (EXIT_FAILURE, errno, filename, linenum, 10 error_at_line (EXIT_FAILURE, errno, filename, linenum,
11 "An error has been detected within the application.");11 "An error has been detected within the application.");
1212
13 return;13 return;

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.