This commit is contained in:
waterson%netscape.com 1999-01-05 22:54:37 +00:00
Родитель 90008fb7ec
Коммит dafa77fc6e
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);
}