Convert some more functions to standard C.
[bpt/emacs.git] / src / w32term.c
index 9db533e..3a0a1b1 100644 (file)
@@ -5694,8 +5694,7 @@ x_iconify_frame (struct frame *f)
 /* Free X resources of frame F.  */
 
 void
-x_free_frame_resources (f)
-     struct frame *f;
+x_free_frame_resources (struct frame *f)
 {
   struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (f);