From: Jim Meyering Date: Sat, 1 Sep 2001 06:13:08 +0000 (+0000) Subject: fix typo X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec5721106b265a81af5e5cdd8ebd9f7955649a3;p=pspp fix typo --- diff --git a/lib/xgetcwd.c b/lib/xgetcwd.c index 55e12afcd1..23fbaeab1d 100644 --- a/lib/xgetcwd.c +++ b/lib/xgetcwd.c @@ -59,7 +59,7 @@ xgetcwd () while (1) { - char *ret; + char *cwd; buf = (char *) xrealloc (buf, buf_size); cwd = getcwd (buf, buf_size);