mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add a missing bracket in report_scripting_error.
This commit is contained in:
parent
3dadc0ad46
commit
dc29fa0a0b
@ -36,7 +36,7 @@ report_scripting_error(struct module *module, struct session *ses,
|
||||
|
||||
if (!ses) {
|
||||
if (list_empty(terminals)) {
|
||||
usrerror("%s error] %s", module->name, msg);
|
||||
usrerror("[%s error] %s", module->name, msg);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user