Commit e53c3827 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

still more cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4086 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -1995,7 +1995,7 @@ char *real_dir_from_tilde(const char *buf) ...@@ -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++)
; ;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment