Skip to content

Commit

Permalink
control: Fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 10, 2014
1 parent 7fe5dd2 commit 2c35470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function addNewWindow($db, $new) {
}
} while (!$new_window_id && $t_total++ <= 10 && !sleep(1));

if (!new_window_id) {
if (!$new_window_id) {
trace('warning: no new window found');
return;
}
Expand Down

0 comments on commit 2c35470

Please sign in to comment.