diff src/indent.c @ 84952:fd8f746ce48f

(compute_motion): Typo in last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 27 Sep 2007 18:56:16 +0000
parents 55a892948dea
children 8b61a2e5e365 bdb3fe0ba9fa
line wrap: on
line diff
--- a/src/indent.c	Thu Sep 27 18:49:57 2007 +0000
+++ b/src/indent.c	Thu Sep 27 18:56:16 2007 +0000
@@ -1192,7 +1192,7 @@
 struct position *
 compute_motion (from, fromvpos, fromhpos, did_motion, to, tovpos, tohpos, width, hscroll, tab_offset, win)
      EMACS_INT from, fromvpos, fromhpos, to, tovpos, tohpos;
-     EMACS_INT did_motion;
+     int did_motion;
      EMACS_INT width;
      EMACS_INT hscroll, tab_offset;
      struct window *win;