nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 345a5b84bf01f52e186ddb43ff130a9dda79876d
parent d44f322f6d1f456c2a75bf0679a5d0106296f1e0
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  4 Jul 2006 03:47:36 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3729 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/winio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/winio.c b/src/winio.c @@ -1966,7 +1966,7 @@ void titlebar(const char *path) /* The length of the state in columns, or the length of * "Modified" if the state is blank. */ char *exppath = NULL; - /* The file name, expanded for display. */ + /* The filename, expanded for display. */ bool newfie = FALSE; /* Do we say "New Buffer"? */ bool dots = FALSE;