Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7913 → Rev 7914

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