# HG changeset patch # User Jim Meyering # Date 999324788 0 # Node ID e587cbb53203074c46a01ace3d303762bba410a6 # Parent 02c41c27a2e2409fe590dcdc9f4e3ce67ef9c4ab fix typo diff --git a/lib/xgetcwd.c b/lib/xgetcwd.c --- a/lib/xgetcwd.c +++ b/lib/xgetcwd.c @@ -59,7 +59,7 @@ while (1) { - char *ret; + char *cwd; buf = (char *) xrealloc (buf, buf_size); cwd = getcwd (buf, buf_size);