diff options
author | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-11-03 14:51:42 +0000 |
---|---|---|
committer | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-11-03 14:51:42 +0000 |
commit | fc2afa2187c47c08797529c4ef6a0070ac0e3d27 (patch) | |
tree | 522bae8edd305616316c63f932f05a42509fcc55 /usr.bin/mg/def.h | |
parent | 08a75fff4755579e5093b2d09de0346293801d1d (diff) |
This should be void.
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index 2efe5cc6f36..7b03ca3cbbf 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.127 2012/10/22 08:31:42 florian Exp $ */ +/* $OpenBSD: def.h,v 1.128 2012/11/03 14:51:41 haesbaert Exp $ */ /* This file is in the public domain. */ @@ -416,7 +416,7 @@ int popbuftop(struct buffer *, int); int getbufcwd(char *, size_t); int checkdirty(struct buffer *); int revertbuffer(int, int); -int dorevert(); +int dorevert(void); /* display.c */ int vtresize(int, int, int); |