* *.c: Finish replacing K&R style prototypes with ANSI C
[bpt/guile.git] / libguile / print.c
index b28a86a..a700f80 100644 (file)
@@ -227,8 +227,7 @@ scm_make_print_state ()
 }
 
 void
-scm_free_print_state (print_state)
-     SCM print_state;
+scm_free_print_state (SCM print_state)
 {
   SCM handle;
   scm_print_state *pstate = SCM_PRINT_STATE (print_state);