From: ceriel Date: Thu, 9 Nov 1989 18:12:12 +0000 (+0000) Subject: fixed typo X-Git-Tag: release-5-5~2086 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=38880093e8aa663a23335964f5e5890e8489f055;p=ack.git fixed typo --- diff --git a/util/led/scan.c b/util/led/scan.c index 3d09fbc3b..afabd587e 100644 --- a/util/led/scan.c +++ b/util/led/scan.c @@ -28,7 +28,7 @@ static char rcsid[] = "$Header$"; #endif SYMDBUG extern long lseek(); -exterrn char *core_alloc(); +extern char *core_alloc(); extern bool incore; extern int infile; extern int passnumber;