Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2749 → Rev 2750

/programs/other/table/hello.cpp
1423,7 → 1423,7
for (;;)
{
switch (kos_WaitForEvent(10))
switch (kos_WaitForEventTimeout(10))
{
case 0:
process_mouse();