diff options
Diffstat (limited to 'include.c')
-rw-r--r-- | include.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ remove_dotdot(char *path) char **fp = cp + 2; char **tp = cp; - do + do *tp++ = *fp; /* move all the pointers down */ while (*fp++); if (cp != components) |