This commit is contained in:
waterson%netscape.com 1999-01-05 22:54:37 +00:00
Родитель 9bb4b2a81c
Коммит 3cfe033cc1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -172,7 +172,7 @@ main(int argc, char** argv)
// XXX This is really gross. I need to figure out the right way to do it...
for (i = 0; i < 1000000; ++i) {
PLEvent* event = PL_GetEvent(mainQueue);
PLEvent* event = PL_GetEvent(mainQueue);
PL_HandleEvent(event);
}