diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-12-13 06:01:28 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-12-13 06:01:28 +0000 |
commit | 0cbc971335254de4fe1790983eca3b99bc50012a (patch) | |
tree | c5e1196f45ed833bd5dacb99cce1b9a379847d0c /usr.bin/mg/window.c | |
parent | 28a23b22ee1dba99041e501bb64afdc747e6670f (diff) |
More name-clash delinting
Diffstat (limited to 'usr.bin/mg/window.c')
-rw-r--r-- | usr.bin/mg/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/window.c b/usr.bin/mg/window.c index bdde3099ee6..f50ffbc975a 100644 --- a/usr.bin/mg/window.c +++ b/usr.bin/mg/window.c @@ -1,4 +1,4 @@ -/* $OpenBSD: window.c,v 1.19 2005/11/18 20:56:53 deraadt Exp $ */ +/* $OpenBSD: window.c,v 1.20 2005/12/13 06:01:27 kjell Exp $ */ /* This file is in the public domain. */ @@ -65,7 +65,7 @@ reposition(int f, int n) */ /* ARGSUSED */ int -refresh(int f, int n) +redraw(int f, int n) { struct mgwin *wp; int oldnrow, oldncol; |