Update ChangeLog

This commit is contained in:
Gregory Nutt
2016-01-27 08:22:44 -06:00
parent 4c3194f768
commit 7bf1db388c
5 changed files with 11 additions and 6 deletions
+2 -3
View File
@@ -215,9 +215,9 @@ int main(int argc, char **argv, char **envp)
path = skip_spaces(next);
if (*path == '#')
{
/* Comment line */
/* The reset of the line is comment */
puts(g_line);
puts(path);
break;
}
@@ -302,4 +302,3 @@ int main(int argc, char **argv, char **envp)
}
#endif /* HOST_CYGWIN */