Fixed compilation caused by misplaced '}' in builtin_printf.cpp

This commit is contained in:
Siteshwar Vashisht 2013-03-29 12:02:50 +05:30
parent 77dfd7b783
commit 46e92e998e

View file

@ -373,8 +373,8 @@ long builtin_printf_state_t::print_esc(const wchar_t *escstart, bool octal_0)
this->append_output(uni_value);
#else
this->append_format_output(L"%lc", uni_value);
}
#endif
}
}
else
{