mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 11:12:06 +03:00
(check_format_var): fix coding stile.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
51ff7dc13c
commit
4b49c82198
@ -735,7 +735,7 @@ check_format_var (const char *p, char **v)
|
||||
{
|
||||
message (D_ERROR,
|
||||
_("Format error on file Extensions File"),
|
||||
!dots ? _("The %%var macro has no default")
|
||||
dots == NULL ? _("The %%var macro has no default")
|
||||
: _("The %%var macro has no variable"));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user