diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-13 20:28:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-13 20:28:50 +0000 |
commit | 5b785c25202e85d954c1248ca4dc16276ff3aa62 (patch) | |
tree | f1b10311554550904209a9531ad3969c92514bb4 /usr.bin/mg/autoexec.c | |
parent | a72ced90ddf0930ee6a27432516e5a882800a30e (diff) |
spacing
Diffstat (limited to 'usr.bin/mg/autoexec.c')
-rw-r--r-- | usr.bin/mg/autoexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/autoexec.c b/usr.bin/mg/autoexec.c index b3b1542545c..94784db8383 100644 --- a/usr.bin/mg/autoexec.c +++ b/usr.bin/mg/autoexec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoexec.c,v 1.8 2005/08/09 00:53:47 kjell Exp $ */ +/* $OpenBSD: autoexec.c,v 1.9 2005/10/13 20:28:49 deraadt Exp $ */ /* this file is in the public domain */ /* Author: Vincent Labrecque <vincent@openbsd.org> April 2002 */ @@ -56,7 +56,7 @@ find_autoexec(const char *fname) int add_autoexec(const char *pattern, const char *func) { - PF fp; + PF fp; struct autoexec *ae; if (!ready) { |