still more cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4086 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2007-04-19 03:23:16 +00:00
parent b94d51aa7e
commit e53c38274f
2 changed files with 4 additions and 4 deletions

View File

@ -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++)
; ;