Typo caught by ANSI prototypes.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 15 Jan 1992 21:04:42 +0000 (21:04 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 15 Jan 1992 21:04:42 +0000 (21:04 +0000)
v7/src/microcode/comlin.c

index f9ff747828401d72ae9e7dc37ac93252ac673e52..ca7bea34de021c564eaa5f331092bfb418032640 100644 (file)
@@ -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);
                }
              }
            }