# HG changeset patch # User Dave Love # Date 937250141 0 # Node ID b12ed057020a7d4c323336baafde5182207c27c1 # Parent 121bd925411f53f963c476f7158881881238a105 (move_it_in_display_line_to): Make type consistent with declaration. diff -r 121bd925411f -r b12ed057020a src/xdisp.c --- a/src/xdisp.c Mon Sep 13 19:10:19 1999 +0000 +++ b/src/xdisp.c Mon Sep 13 19:15:41 1999 +0000 @@ -3974,7 +3974,7 @@ - when we stopped at a line end, i.e. a newline or a CR and selective display is on. */ -enum move_it_result +static enum move_it_result move_it_in_display_line_to (it, to_charpos, to_x, op) struct it *it; int to_charpos, to_x, op;