Fix some functions not returning the right type.

This commit is contained in:
John "Elwin" Edwards 2016-03-19 16:18:58 -04:00
parent 2e20820d1b
commit 2d4a66298a
6 changed files with 17 additions and 4 deletions

View file

@ -755,7 +755,7 @@ find_most_pcs_matches(struct sc_ent top_ten[NUMSCORE], struct sc_ent *sc,
}
int
void
add_score(struct sc_ent top_ten[NUMSCORE], struct sc_ent *sc)
{
int idx, count;