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:
parent
1f2f60de04
commit
ea2cac08e9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user