typo in WIN16 section

Submitted by: Toni Andjelkovic <toni@soth.at>
This commit is contained in:
Bodo Möller 2003-02-05 16:50:50 +00:00
parent 636631cdd5
commit ef03883edd

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