still more cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4086 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
b94d51aa7e
commit
e53c38274f
|
@ -1995,7 +1995,7 @@ char *real_dir_from_tilde(const char *buf)
|
||||||
size_t i = 1;
|
size_t i = 1;
|
||||||
char *tilde_dir;
|
char *tilde_dir;
|
||||||
|
|
||||||
/* Figure out how much of the str we need to compare. */
|
/* Figure out how much of the string we need to compare. */
|
||||||
for (; buf[i] != '/' && buf[i] != '\0'; i++)
|
for (; buf[i] != '/' && buf[i] != '\0'; i++)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue