j
k
j a
j l
On Fr, 2007-03-16 at 11:47 +0000, Nicolas wrote:
INT ret; + if (cbOutput) return 0; len = sizeof(*mr) + sizeof(WORD) + ((cbInput + 1) & ~1);
INT ret;
+ if (cbOutput) return 0; len = sizeof(*mr) + sizeof(WORD) + ((cbInput + 1) & ~1);
You mixed TAB and SPACE. (default idention in wine is 4 SPACE) Thanks. -- By by ... Detlef
Back to the thread
Back to the list