Skip to content

Commit f0f641d

Browse files
authored
Merge pull request #1 from figgyc/master
Remove pause
2 parents 0ef3d55 + 344cb9e commit f0f641d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bfcl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ int main(int argc, const char *argv[]) {
8787
printf(invalid_parameters);
8888
ret = -1;
8989
}
90-
#ifdef _WIN32
91-
if(argc != 6) system("pause");
92-
#endif
9390
return ret;
9491
}
9592

0 commit comments

Comments
 (0)