mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 07:14:18 +01:00
misc fixes
This commit is contained in:
@@ -730,7 +730,7 @@ getPLArray(PLData *pldata)
|
||||
} else if (c == ',') {
|
||||
/* continue normally */
|
||||
} else if (!first) {
|
||||
COMPLAIN(pldata, _("missing , or unterminated PropList array"));
|
||||
COMPLAIN(pldata, _("missing or unterminated PropList array"));
|
||||
ok = 0;
|
||||
break;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user