diff options
Diffstat (limited to 'biology/phrap/files/patch-readin.c')
-rw-r--r-- | biology/phrap/files/patch-readin.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/biology/phrap/files/patch-readin.c b/biology/phrap/files/patch-readin.c new file mode 100644 index 000000000000..0e30d7872bd6 --- /dev/null +++ b/biology/phrap/files/patch-readin.c @@ -0,0 +1,10 @@ +--- ./readin.c.orig 2008-11-11 20:33:41.000000000 +0100 ++++ ./readin.c 2014-08-02 12:39:30.000000000 +0200 +@@ -31,6 +31,7 @@ + /* read in sequence files, initialize array of aligned read info, and log file of ancillary information, + and find pairwise matches */ + ++void + readin_and_match() + { + File *file; |