From: David Lawrence Ramsey Date: Wed, 14 Jan 2004 22:45:05 +0000 (+0000) Subject: remove other spurious "L" X-Git-Tag: v1.3.2~73 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=62187d9cedcf07e50c7625378dc7c387ef99d82b;p=nano.git remove other spurious "L" git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1625 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index f052d740..6f6232cb 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2364,7 +2364,7 @@ void do_credits(void) xlcredits[7] = _("Thank you for using nano!\n"); scrolldelay.tv_sec = 0; - scrolldelay.tv_nsec = 700000000L; + scrolldelay.tv_nsec = 700000000; curs_set(0); nodelay(edit, TRUE);