diff options
| -rw-r--r-- | lib/xgetcwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xgetcwd.c b/lib/xgetcwd.c index 55e12afcd..23fbaeab1 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); |
