nano

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

commit 58924035c8979ddaa99548d4e583e3a49c33e44e
parent 2a464cb07d419c028c6ab96e57bec3db020cf51b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon,  8 Mar 2004 19:53:11 +0000

minor comment fix


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

Diffstat:
Msrc/utils.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/utils.c b/src/utils.c @@ -256,9 +256,9 @@ const char *strstrwrapper(const char *haystack, const char *needle, return stristr(start, needle); } -/* This is a wrapper for the perror function. The wrapper takes care of - * ncurses, calls perror (which writes to STDERR), then refreshes the - * screen. Note that nperror causes the window to flicker once. */ +/* This is a wrapper for the perror() function. The wrapper takes care + * of ncurses, calls perror (which writes to stderr), then refreshes the + * screen. Note that nperror() causes the window to flicker once. */ void nperror(const char *s) { /* leave ncurses mode, go to the terminal */