(marginal_area_string): Sort arguments.

This commit is contained in:
Pavel Janík 2002-04-14 08:16:33 +00:00
parent e814215982
commit 521069b95b

View file

@ -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;