From 62ca83b92b8ab13e6d7467fe1576d127ce068f1c Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 9 Nov 1989 18:12:12 +0000 Subject: [PATCH] fixed typo --- util/led/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/led/scan.c b/util/led/scan.c index 3d09fbc3..afabd587 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;