fix typo in netsurf_quit rework

This commit is contained in:
Vincent Sanders 2014-10-12 13:03:16 +01:00
parent 0c7c4173c2
commit aca826ef69

View File

@ -285,7 +285,7 @@ void gui_window_destroy(struct gui_window *gw)
gw = window_list;
while( gw != NULL ) {
if(gw->root) {
gui_set_input_gui_window(w);
gui_set_input_gui_window(gw);
break;
}
gw = gw->next;