summaryrefslogtreecommitdiffstats
path: root/hw2/big_judge.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw2/big_judge.c')
-rw-r--r--hw2/big_judge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw2/big_judge.c b/hw2/big_judge.c
index 507f2b8..c7103f0 100644
--- a/hw2/big_judge.c
+++ b/hw2/big_judge.c
@@ -39,7 +39,7 @@ bool comb4 (Comp135* comp, int players[], long player_num) {
}
int main (int argc, char* argv[]) {
- if (argc < 2) {
+ if (argc < 3) {
fprintf (stderr, "Usage: %s judge_num player_num\n", argv[0]);
return 1;
}