From 521069b95b128be7c01270dfb9d52ff2af8a2c27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 14 Apr 2002 08:16:33 +0000 Subject: [PATCH] (marginal_area_string): Sort arguments. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5