aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kmer_total_count.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmer_total_count.c b/kmer_total_count.c
index e953d88..0f44601 100644
--- a/kmer_total_count.c
+++ b/kmer_total_count.c
@@ -21,7 +21,7 @@ int main(int argc, char **argv) {
exit(EXIT_FAILURE);
}
- FILE *fh = fopen(argv[1], "r" );
+ FILE *fh = fopen(argv[1], "r");
if(fh == NULL) {
fprintf(stderr, "Couldn't open: %s\n", argv[1]);
exit(EXIT_FAILURE);