From: Guillermo J. Rozas Date: Wed, 15 Jan 1992 21:04:42 +0000 (+0000) Subject: Typo caught by ANSI prototypes. X-Git-Tag: 20090517-FFI~9979 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ea7594601ac7c970997a1a75ce67ac7b6951759a;p=mit-scheme.git Typo caught by ANSI prototypes. --- 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); } } }