diff --git a/src/dispnew.c b/src/dispnew.c index 8217dec33aa..be075171c44 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -5762,8 +5762,8 @@ Lisp_Object marginal_area_string (w, x, y, area, charpos) struct window *w; int x, y; - int *charpos; int area; + int *charpos; { struct glyph_row *row = w->current_matrix->rows; struct glyph *glyph, *end;