Fix format string. Oops.
[neverball] / ball / st_name.h
index 9d7dccf..a822065 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "state.h"
 
-int goto_name(struct state * nextstate);
+int goto_name(struct state *, struct state *);
 
 #endif