(marginal_area_string): Sort arguments.
authorPavel Janík <Pavel@Janik.cz>
Sun, 14 Apr 2002 08:16:33 +0000 (08:16 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 14 Apr 2002 08:16:33 +0000 (08:16 +0000)
src/dispnew.c

index 8217dec..be07517 100644 (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;