From 2bf3a0877833642d0d5486940cd4dc48d9ba5cd4 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 27 Sep 2007 18:56:16 +0000 Subject: [PATCH] (compute_motion): Typo in last change. --- src/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indent.c b/src/indent.c index fb7ff5ab550..16ae54c1347 100644 --- a/src/indent.c +++ b/src/indent.c @@ -1192,7 +1192,7 @@ struct position val_compute_motion; 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; -- 2.11.4.GIT