From ea7594601ac7c970997a1a75ce67ac7b6951759a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 15 Jan 1992 21:04:42 +0000 Subject: [PATCH] Typo caught by ANSI prototypes. --- v7/src/microcode/comlin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/comlin.c b/v7/src/microcode/comlin.c index f9ff74782..ca7bea34d 100644 --- a/v7/src/microcode/comlin.c +++ b/v7/src/microcode/comlin.c @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/comlin.c,v 1.6 1992/01/15 17:17:54 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/comlin.c,v 1.7 1992/01/15 21:04:42 jinx Exp $ * * This file contains the scheme command parser. * @@ -253,7 +253,7 @@ DEFUN (parse_keywords, fprintf(stderr, "parse_keywords: Invalid boolean value: %s\n", argv[i]); - print_usage_and_exit(&options[0, 1]); + print_usage_and_exit(&options[0], 1); } } } -- 2.25.1