diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
commit | 80647123fe63c15caa93687028a45f9efee5b669 (patch) | |
tree | 6fe6df04e4b2cd506323ad2994b9527dd1ed7193 /soelim/soelim.c | |
parent | 6db6db4b7f38f7760b90ec861a39b5ccb9df5ba9 (diff) |
Notes
Diffstat (limited to 'soelim/soelim.c')
-rw-r--r-- | soelim/soelim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soelim/soelim.c b/soelim/soelim.c index 2652ba61577f..ae79baa10d4b 100644 --- a/soelim/soelim.c +++ b/soelim/soelim.c @@ -70,7 +70,7 @@ main(int argc, char **argv) int process(char *file) { - register int n; + size_t n; register int c; static char *fname = NULL; static size_t fnsize = 0; |