From 46e92e998e93c0606d742d37159801646d4a7534 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Fri, 29 Mar 2013 12:02:50 +0530 Subject: [PATCH] Fixed compilation caused by misplaced '}' in builtin_printf.cpp --- builtin_printf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin_printf.cpp b/builtin_printf.cpp index eb7700dd9..c61a4e07f 100644 --- a/builtin_printf.cpp +++ b/builtin_printf.cpp @@ -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 {