1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Add a missing bracket in report_scripting_error.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-18 15:32:11 +00:00 committed by Miciah Dashiel Butler Masters
parent 3dadc0ad46
commit dc29fa0a0b

View File

@ -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;
}