mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
Fixed compilation caused by misplaced '}' in builtin_printf.cpp
This commit is contained in:
parent
77dfd7b783
commit
46e92e998e
1 changed files with 1 additions and 1 deletions
|
@ -373,8 +373,8 @@ long builtin_printf_state_t::print_esc(const wchar_t *escstart, bool octal_0)
|
||||||
this->append_output(uni_value);
|
this->append_output(uni_value);
|
||||||
#else
|
#else
|
||||||
this->append_format_output(L"%lc", uni_value);
|
this->append_format_output(L"%lc", uni_value);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue