Commit 5314b8dd authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

still more miscellaneous comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4034 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent cc91cf41
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2050,7 +2050,7 @@ void free_chararray(char **array, size_t len) ...@@ -2050,7 +2050,7 @@ void free_chararray(char **array, size_t len)
#endif #endif
#ifndef DISABLE_TABCOMP #ifndef DISABLE_TABCOMP
/* Is the given file a directory? */ /* Is the given path a directory? */
bool is_dir(const char *buf) bool is_dir(const char *buf)
{ {
char *dirptr; char *dirptr;
......
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