summaryrefslogtreecommitdiff
path: root/src/choices.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/choices.c')
-rw-r--r--src/choices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/choices.c b/src/choices.c
index c935067..14712fd 100644
--- a/src/choices.c
+++ b/src/choices.c
@@ -216,7 +216,7 @@ const char *choices_get(choices_t *c, size_t n) {
}
}
-double choices_getscore(choices_t *c, size_t n) {
+score_t choices_getscore(choices_t *c, size_t n) {
return c->results[n].score;
}