1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Fix what looks like a cut-and-paste error which was stopping Unix

Plink building on MacOS X.

[originally from svn r5762]
This commit is contained in:
Simon Tatham 2005-05-08 11:47:59 +00:00
parent 1f2f60de04
commit ea2cac08e9

View File

@ -283,7 +283,7 @@ char *get_ttymode(void *frontend, const char *mode)
#if defined(ONOCR)
GET_BOOL("ONOCR", ONOCR, c_oflag, );
#endif
#if defined(ONLCR)
#if defined(ONLRET)
GET_BOOL("ONLRET", ONLRET, c_oflag, );
#endif