diff options
author | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
commit | a3a8e6da2c6380de7f04bdb0f3f6939e20d493c4 (patch) | |
tree | ed9a57e9c72287b1544f39cfe1bff09492e2a2ce /src/shared/Util.cpp | |
parent | 4a448eca37a5a5409d39d4036db3793cfa27edf8 (diff) |
Some warning fix
Tab to spaces
Remove trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Util.cpp')
-rw-r--r-- | src/shared/Util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Util.cpp b/src/shared/Util.cpp index 3c5e365b749..a3c017fdbfd 100644 --- a/src/shared/Util.cpp +++ b/src/shared/Util.cpp @@ -425,7 +425,7 @@ void utf8printf(FILE *out, const char *str, ...) { va_list ap; va_start(ap, str); - vutf8printf(stdout, str, &ap); + vutf8printf(out, str, &ap); va_end(ap); } |