aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
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
5762marginal_area_string (w, x, y, area, charpos) 5762marginal_area_string (w, x, y, area, charpos)
5763 struct window *w; 5763 struct window *w;
5764 int x, y; 5764 int x, y;
5765 int *charpos;
5766 int area; 5765 int area;
5766 int *charpos;
5767{ 5767{
5768 struct glyph_row *row = w->current_matrix->rows; 5768 struct glyph_row *row = w->current_matrix->rows;
5769 struct glyph *glyph, *end; 5769 struct glyph *glyph, *end;