missing semicolon. I suck

svn path=/trunk/netsurf/; revision=12005
This commit is contained in:
Daniel Silverstone 2011-03-13 00:05:20 +00:00
parent eef98634f6
commit f40bba0c3a

View File

@ -509,7 +509,7 @@ void gui_poll(bool active)
unsigned int fd_count = 0;
bool block = true;
schedule_run()
schedule_run();
if (browser_reformat_pending)
block = false;