mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-28 03:24:43 -04:00
fix typo
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ xgetcwd ()
|
||||
|
||||
while (1)
|
||||
{
|
||||
char *ret;
|
||||
char *cwd;
|
||||
buf = (char *) xrealloc (buf, buf_size);
|
||||
|
||||
cwd = getcwd (buf, buf_size);
|
||||
|
||||
Reference in New Issue
Block a user