From: ceriel Date: Wed, 20 Mar 1991 13:47:18 +0000 (+0000) Subject: fixed typo X-Git-Tag: release-5-5~1168 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a9aa131d8c9f99797a517b31debd40b92099d917;p=ack.git fixed typo --- diff --git a/lang/pc/libpc/opn.c b/lang/pc/libpc/opn.c index 531736408..ea7751364 100644 --- a/lang/pc/libpc/opn.c +++ b/lang/pc/libpc/opn.c @@ -39,7 +39,7 @@ extern int _unlink(); extern long _lseek(); static int tmpfil() { - static char *namebuf[] = "/usr/tmp/plf.xxxxx"; + static char namebuf[] = "/usr/tmp/plf.xxxxx"; int i; char *p,*q; i = _getpid();