Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9598 → Rev 9599

/programs/develop/cedit/SRC/Clipboard.ob07
49,7 → 49,7
ptr, pchar: INTEGER;
wch: WCHAR;
BEGIN
cnt := bufSize(buffer) DIV 2;
cnt := bufSize(buffer) DIV SYSTEM.SIZE(WCHAR);
size := cnt + 12;
a := KOSAPI.malloc(size);
ASSERT(a # 0);