typo in WIN16 section

Submitted by: Toni Andjelkovic <toni@soth.at>
This commit is contained in:
Bodo Möller 2003-02-05 16:54:10 +00:00
parent 0e9035ac98
commit 772ec4135c

View File

@ -244,7 +244,7 @@ typedef struct bio_method_st
long (_far *ctrl)();
int (_far *create)();
int (_far *destroy)();
long (_fat *callback_ctrl)();
long (_far *callback_ctrl)();
} BIO_METHOD;
#endif