From 9b13f6eca9de1d2ff7b2d523fff2b31b85ce8975 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 26 Sep 1994 23:08:46 +0000 Subject: [PATCH] Fix typo in previous change. --- v7/src/microcode/x11graph.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/x11graph.c b/v7/src/microcode/x11graph.c index 1207a83b2..d84077aae 100644 --- a/v7/src/microcode/x11graph.c +++ b/v7/src/microcode/x11graph.c @@ -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, } 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 -- 2.25.1