diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-01-04 00:22:34 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-01-04 00:22:34 +0000 |
commit | 59d1fa4298584d1670edf26ee475b9b8f6a1c7bc (patch) | |
tree | 8f43d5492b0b0c6dbf3a7b8f98085e8dd6d97a78 /linenum.c | |
parent | 368ca3013fcfe6e0e9470294fdc2f837025fa519 (diff) |
Diffstat (limited to 'linenum.c')
-rw-r--r-- | linenum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linenum.c b/linenum.c index 4f45be8748fe0..6d078ec86969e 100644 --- a/linenum.c +++ b/linenum.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2012 Mark Nudelman + * Copyright (C) 1984-2015 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -216,7 +216,7 @@ longloopmessage() static int loopcount; #if HAVE_TIME -static long startime; +static time_type startime; #endif static void |