mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix whitespace goof reported by Miciah on IRC, introduced in
947c1730a6
.
This commit is contained in:
parent
9c8fff1100
commit
3e5b4b7adf
@ -540,7 +540,8 @@ loading_callback(struct download *download, struct session *ses)
|
||||
|
||||
if (is_in_result_state(download->state) && download->state != S_OK) {
|
||||
print_error_dialog(ses, download->state,
|
||||
download->conn ? download->conn->uri : NULL, download->pri);
|
||||
download->conn ? download->conn->uri : NULL,
|
||||
download->pri);
|
||||
if (d == DO_MOVE_ABORT) reload(ses, CACHE_MODE_NORMAL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user