Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Mon, 26 Sep 1994 23:08:46 +0000 (23:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 26 Sep 1994 23:08:46 +0000 (23:08 +0000)
v7/src/microcode/x11graph.c

index 1207a83b204a3238ea09619905060e3ef87ca545..d84077aae196b2649e172b9d5ee1acad844ad875 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: x11graph.c,v 1.32 1993/12/05 06:09:30 cph Exp $
+$Id: x11graph.c,v 1.33 1994/09/26 23:08:46 cph Exp $
 
-Copyright (c) 1989-93 Massachusetts Institute of Technology
+Copyright (c) 1989-94 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -495,7 +495,7 @@ DEFINE_PRIMITIVE ("X-GRAPHICS-SET-FUNCTION", Prim_x_graphics_set_function, 2, 2,
 }
 \f
 static XPoint *
-DEFUN (floating_vector_point_args, (xw, x_index, y_index),
+DEFUN (floating_vector_point_args, (xw, x_index, y_index, return_n_points),
        struct xwindow * xw AND
        unsigned int x_index AND
        unsigned int y_index AND