Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7914 → Rev 7913

/programs/cmm/lib/clipboard.h
65,7 → 65,7
 
:void Clipboard__CopyText(dword _text)
{
dword size_buf;
int size_buf;
dword buff_data;
 
size_buf = strlen(_text) + 12;