summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-05-13 16:46:23 +0000
committerderaadt <deraadt@openbsd.org>1998-05-13 16:46:23 +0000
commit5c17a73e7c910357a520c6fb3a374ee14be7a11a (patch)
treec5a795472e2fc2e3052a42abfa56c93398ec5e6c
parentfirst cut (diff)
downloadwireguard-openbsd-5c17a73e7c910357a520c6fb3a374ee14be7a11a.tar.xz
wireguard-openbsd-5c17a73e7c910357a520c6fb3a374ee14be7a11a.zip
bad todd
-rw-r--r--sys/arch/i386/isa/pcvt/Util/fed/fed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/fed/fed.h b/sys/arch/i386/isa/pcvt/Util/fed/fed.h
index 96eb1d7a2e0..94f0c6e40ae 100644
--- a/sys/arch/i386/isa/pcvt/Util/fed/fed.h
+++ b/sys/arch/i386/isa/pcvt/Util/fed/fed.h
@@ -109,7 +109,7 @@ void invert ( void );
void setchr ( char type );
void setrow ( char type );
void setcol ( char type );
-void main ( int argc, char *argv[] );
+int main ( int argc, char *argv[] );
void readfont ( char *filename );
void dis_cmd ( char *strg );
void clr_cmd ( void );