diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2003-05-20 03:08:56 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2003-05-20 03:08:56 +0000 |
commit | 432e1933b587fdd20bb98292db72c10db3f6bbba (patch) | |
tree | a642dc02dabda28d4caec9b9732902b3e99c9376 /usr.bin/mg/undo.c | |
parent | c8970e4cfa2bf9e352575593aab2a8f3c3e82761 (diff) |
Finish KNF of prototypes. That should be all of them.
OK vincent@
Diffstat (limited to 'usr.bin/mg/undo.c')
-rw-r--r-- | usr.bin/mg/undo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/undo.c b/usr.bin/mg/undo.c index c63f3805b3e..2f9485e81db 100644 --- a/usr.bin/mg/undo.c +++ b/usr.bin/mg/undo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: undo.c,v 1.15 2003/04/13 19:16:49 avsm Exp $ */ +/* $OpenBSD: undo.c,v 1.16 2003/05/20 03:08:55 cloder Exp $ */ /* * Copyright (c) 2002 Vincent Labrecque * All rights reserved. @@ -169,7 +169,7 @@ drop_oldest_undo_record(void) } static __inline__ int -last_was_boundary() +last_was_boundary(void) { struct undo_rec *rec; |