From: Chris Hanson Date: Tue, 8 Apr 2003 01:11:54 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: 20090517-FFI~1932 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0d5d61476e5712744253cec19b40ace6a7e93e5a;p=mit-scheme.git Fix typo in previous change. --- diff --git a/v7/src/microcode/ntio.c b/v7/src/microcode/ntio.c index fa48dc627..d74b80365 100644 --- a/v7/src/microcode/ntio.c +++ b/v7/src/microcode/ntio.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntio.c,v 1.29 2003/04/07 19:49:26 cph Exp $ +$Id: ntio.c,v 1.30 2003/04/08 01:11:54 cph Exp $ Copyright 1993,1997,1998,2000,2001,2003 Massachusetts Institute of Technology @@ -722,7 +722,7 @@ OS_deallocate_select_registry (select_registry_t registry) } static void -resize_select_registry (select_registry_s * r, int growp) +resize_select_registry (struct select_registry_s * r, int growp) { if (growp) (r -> length) *= 2;