changeset 286:5cbdf215e42b

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 22 Feb 2016 13:50:44 +0200
parents e1414cf8fef8
children e214637b0645
files th_string.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Mon Feb 22 13:45:07 2016 +0200
+++ b/th_string.c	Mon Feb 22 13:50:44 2016 +0200
@@ -250,8 +250,8 @@
         else
         {
             char padMode = ' ', padChar = 0;
+            int f_width = 0, f_prec = -1;
             BOOL f_sign = FALSE;
-            int f_width = 0, f_prec = -1;
 
             fmt++;