diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2006-05-08 21:24:25 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2006-05-08 21:24:25 +0000 |
commit | 23192d7b9f203c656777906e7045ffa1540ed790 (patch) | |
tree | 62a7b61cae319f1ccc64e4e2307d42e7d6787d00 /usr.bin/mg/def.h | |
parent | 583799960d66133fc957e96949ea78bb7c935e56 (diff) |
spacing
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 312f721e477..1be37a960e4 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.86 2006/05/02 17:10:25 kjell Exp $ */ +/* $OpenBSD: def.h,v 1.87 2006/05/08 21:24:24 kjell Exp $ */ /* This file is in the public domain. */ @@ -328,7 +328,7 @@ int filevisit(int, int); int filevisitalt(int, int); int filevisitro(int, int); int poptofile(int, int); -struct buffer *findbuffer(char *); +struct buffer *findbuffer(char *); int readin(char *); int insertfile(char *, char *, int); int filewrite(int, int); |