summaryrefslogtreecommitdiff
path: root/choices.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-09-18 00:24:24 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-09-18 00:24:24 -0700
commit23b369a57c05d863eb5c2f471f52359fe287b17f (patch)
tree36674ccc4de65aff5daaf2e727ed129be134ede6 /choices.c
parente88fa2b9849624f4066ae2c6fbc6cc835ef5ff6b (diff)
Remove stray ;
Diffstat (limited to 'choices.c')
-rw-r--r--choices.c2
1 files changed, 1 insertions, 1 deletions
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){