diff xrogue/rip.c @ 242:b49d8b963df3

Fix some functions not returning the right type.
author John "Elwin" Edwards
date Sat, 19 Mar 2016 16:18:58 -0400
parents f54901b9c39b
children 0250220d8cdd
line wrap: on
line diff
--- a/xrogue/rip.c	Sat Mar 12 14:36:25 2016 -0500
+++ b/xrogue/rip.c	Sat Mar 19 16:18:58 2016 -0400
@@ -755,7 +755,7 @@
 }
 
 
-int
+void
 add_score(struct sc_ent top_ten[NUMSCORE], struct sc_ent *sc)
 {
     int idx, count;