From b3e58af2eb46520a1741892df3ef0dbb94b3951e Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 22 Jul 2011 12:59:05 +1000 Subject: [PATCH] Be consistent in naming all "long int" variables that way --- src/intf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intf.c b/src/intf.c index 00191b0..45983e6 100644 --- a/src/intf.c +++ b/src/intf.c @@ -1277,7 +1277,7 @@ int gettxlong (WINDOW *win, long int *restrict result, long int min, char *buf, *bufcopy; char *allowed, *emptystr, *defaultstr; - long val; + long int val; bool done; int ret;