check for dereference of teh right value

svn path=/trunk/netsurf/; revision=12424
This commit is contained in:
Vincent Sanders 2011-05-17 07:28:15 +00:00
parent 3bcbde2503
commit c7e943c7d2
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void browser_window_recalculate_iframes(struct browser_window *bw) {
rect.x1, rect.y1);
} else {
LOG(("Bad IFrame window=%p, box=%p", window,
window->box != NULL ? window->box : NULL));
window != NULL ? window->box : NULL));
}
}
}