Skip to content

Commit

Permalink
Merge pull request #1 from figgyc/master
Browse files Browse the repository at this point in the history
Remove pause
  • Loading branch information
zoogie authored Feb 23, 2018
2 parents 0ef3d55 + 344cb9e commit f0f641d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bfcl.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ int main(int argc, const char *argv[]) {
printf(invalid_parameters);
ret = -1;
}
#ifdef _WIN32
if(argc != 6) system("pause");
#endif
return ret;
}

0 comments on commit f0f641d

Please sign in to comment.