nano

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

commit b1d9b418b847adc52d051ae2f59ea5bd1a7778b0
parent e0fb4d5641fcba78282e4cb4d387cb8ef74faa33
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 11 Mar 2005 04:22:34 +0000

formatting fixes


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

Diffstat:
Msrc/nano.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -1028,10 +1028,10 @@ void usage(void) void version(void) { - printf(_(" GNU nano version %s (compiled %s, %s)\n"), - VERSION, __TIME__, __DATE__); - printf(_ - (" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); + printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION, + __TIME__, __DATE__); + printf( + _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); printf(_("\n Compiled options:")); #ifndef ENABLE_NLS