diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 16:46:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 16:46:24 +0000 |
commit | 736cf7c27f488a9877252ea8d5c76d99d90a955c (patch) | |
tree | 1d0095f9937c7ca3ffc7c637360096eece7838fb /sys/arch/i386/isa | |
parent | c940ca72997d5cc91a76f66161cee6200e429ba3 (diff) |
bad todd
Diffstat (limited to 'sys/arch/i386/isa')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/fed/fed.h | 2 |
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 ); |