nano

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

commit 331e659e98f93cbc27fa07acc7c6d97d353b2fbc
parent 8aaf03000b3e797b479fc250b396c7155e05ed25
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 27 Jul 2004 19:40:39 +0000

minor cosmetic fix


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

Diffstat:
Msrc/nano.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -3574,8 +3574,7 @@ int main(int argc, char *argv[]) #endif } #ifdef DEBUG - fprintf(stderr, "I got Alt-%c! (%d)\n", kbinput, - kbinput); + fprintf(stderr, "I got Alt-%c! (%d)\n", kbinput, kbinput); #endif }