From d89ca2a950a0aaa09ffb9fcfd746a14f5c33e150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 11 Feb 2017 21:22:07 -0800 Subject: [PATCH] Cleanup. --- src/crt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crt.cpp b/src/crt.cpp index 73b616a..f1edea3 100644 --- a/src/crt.cpp +++ b/src/crt.cpp @@ -338,7 +338,7 @@ namespace bx } else if ('%' == ch) { - // %[ -0][][.] + // %[flags][width][.precision][length sub-specifier]specifier read(&reader, ch); Param param;