summaryrefslogtreecommitdiffstats
Side-by-side diff
-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
check_error (const char *filename, const unsigned int linenum)
{
if (errno)
- error_at_line (EXIT_FAILURE, errno, filename, linenum,
+ error_at_line (EXIT_FAILURE, errno, filename, linenum,
"An error has been detected within the application.");
return;

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.