=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/autoexec.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/mg/autoexec.c 2005/08/09 00:53:47 1.8 +++ src/usr.bin/mg/autoexec.c 2005/10/13 20:28:49 1.9 @@ -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 April 2002 */ @@ -56,7 +56,7 @@ int add_autoexec(const char *pattern, const char *func) { - PF fp; + PF fp; struct autoexec *ae; if (!ready) {