diff options
Diffstat (limited to 'web/web_match.c')
| -rw-r--r-- | web/web_match.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/web/web_match.c b/web/web_match.c index 47bc6e6..5f87f28 100644 --- a/web/web_match.c +++ b/web/web_match.c @@ -14,7 +14,7 @@ void free_state()  	state = NULL;  } -bool is_match_over() +bool match_is_over()  {  	return state->legs[0]->rem <= 0 || state->legs[1]->rem <= 0;  } | 
