minor comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1690 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
2a464cb07d
commit
58924035c8
|
@ -256,9 +256,9 @@ const char *strstrwrapper(const char *haystack, const char *needle,
|
||||||
return stristr(start, needle);
|
return stristr(start, needle);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This is a wrapper for the perror function. The wrapper takes care of
|
/* This is a wrapper for the perror() function. The wrapper takes care
|
||||||
* ncurses, calls perror (which writes to STDERR), then refreshes the
|
* of ncurses, calls perror (which writes to stderr), then refreshes the
|
||||||
* screen. Note that nperror causes the window to flicker once. */
|
* screen. Note that nperror() causes the window to flicker once. */
|
||||||
void nperror(const char *s)
|
void nperror(const char *s)
|
||||||
{
|
{
|
||||||
/* leave ncurses mode, go to the terminal */
|
/* leave ncurses mode, go to the terminal */
|
||||||
|
|
Loading…
Reference in New Issue