Commit a71f9eeb authored by Bodo Möller's avatar Bodo Möller
Browse files

typo in WIN16 section

Submitted by: Toni Andjelkovic <toni@soth.at>
parent d76434fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,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