diff options
-rw-r--r-- | 02.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ int compute_round_score_p2(struct round_p2* round) { else me = (enum draw) ((int) opponent + 1); break; + default: + err(2, "unknown result type"); } return (int) me + (int) result; } |