From: Mart Lubbers Date: Sun, 1 Feb 2015 22:12:46 +0000 (+0100) Subject: update c X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=1d320e077c0c82f3f4630490bfbf90d741b75a3d;p=sws1-1415.git update c --- diff --git a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome b/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome deleted file mode 100755 index 87b531b..0000000 Binary files a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome and /dev/null differ diff --git a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c b/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c index 35beda0..3395d89 100644 --- a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c +++ b/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c @@ -9,7 +9,7 @@ int main(int argc, char* argv[]) return 2; } - int c = 0; + char c; int charsperline = 0; int numlines = 0; int occs[4] = {0, 0, 0, 0};