Browse code

Remove stray ;

John Hawthorn authored on 18/09/2014 07:24:24
Showing 1 changed files

... ...
@@ -80,7 +80,7 @@ const char *choices_get(choices_t *c, size_t n){
80 80
 	}
81 81
 }
82 82
 double choices_getscore(choices_t *c, size_t n){
83
-	return c->results[n].score;;
83
+	return c->results[n].score;
84 84
 }
85 85
 
86 86
 void choices_prev(choices_t *c){