# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1335806179 0 # Node ID 0f4bbb78f149b75921c8292a5528e64a4fc8002a # Parent 3fb7002e4de67edbbb7f8c54d581060e03d2baab Ugg this stupid editor keeps adding tabs! diff -r 3fb7002e4de6 -r 0f4bbb78f149 os2/dw.c --- a/os2/dw.c Mon Apr 30 17:13:16 2012 +0000 +++ b/os2/dw.c Mon Apr 30 17:16:19 2012 +0000 @@ -4058,10 +4058,10 @@ if(newthread) { dwhab = WinInitialize(0); - dwhmq = WinCreateMsgQueue(dwhab, 0); + dwhmq = WinCreateMsgQueue(dwhab, 0); #ifdef UNICODE /* Set the codepage to 1208 (UTF-8) */ - WinSetCp(dwhmq, 1208); + WinSetCp(dwhmq, 1208); #endif } @@ -4622,9 +4622,9 @@ strcpy(buf, currfont); strcpy(fd.fAttrs.szFacename, currfont); } - } + } #ifdef UNICODE - fd.fAttrs.usCodePage = 1208; + fd.fAttrs.usCodePage = 1208; #endif fd.fAttrs.usRecordLength = sizeof(FATTRS);