Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7226 → Rev 7227

/programs/cmm/clipview/clipview.c
159,7 → 159,7
}
 
int SaveSlotContents(dword size, off) {
EAX = WriteFile(size, off, DEFAULT_SAVE_PATH);
EAX = CreateFile(size, off, DEFAULT_SAVE_PATH);
if (!EAX)
{
return true;