From 23b369a57c05d863eb5c2f471f52359fe287b17f Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Thu, 18 Sep 2014 00:24:24 -0700 Subject: Remove stray ; --- choices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'choices.c') diff --git a/choices.c b/choices.c index 95acd42..972ac2c 100644 --- a/choices.c +++ b/choices.c @@ -80,7 +80,7 @@ const char *choices_get(choices_t *c, size_t n){ } } double choices_getscore(choices_t *c, size_t n){ - return c->results[n].score;; + return c->results[n].score; } void choices_prev(choices_t *c){ -- cgit v1.2.3