changeset 40153:ccd2ee0384ff

Fix formatting for new function.
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Oct 2001 18:35:35 +0000
parents 70666c5c7f94
children 17357a050614
files src/w32term.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Sun Oct 21 17:41:43 2001 +0000
+++ b/src/w32term.c	Sun Oct 21 18:35:35 2001 +0000
@@ -7538,7 +7538,8 @@
 }
 
 /* Record the position of the mouse in last_mouse_glyph.  */
-static void remember_mouse_glyph (f1, gx, gy)
+static void
+remember_mouse_glyph (f1, gx, gy)
      struct frame * f1;
      int gx, gy;
 {