projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72815e9
)
add a note
author
mtklein
<mtklein@chromium.org>
Wed, 28 Oct 2015 17:02:06 +0000
(10:02 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Wed, 28 Oct 2015 17:02:06 +0000
(10:02 -0700)
BUG=skia:
Review URL: https://codereview.chromium.org/
1405083008
src/ports/SkDebug_win.cpp
patch
|
blob
|
history
diff --git
a/src/ports/SkDebug_win.cpp
b/src/ports/SkDebug_win.cpp
index
ed706c1
..
67c2397
100644
(file)
--- a/
src/ports/SkDebug_win.cpp
+++ b/
src/ports/SkDebug_win.cpp
@@
-23,7
+23,7
@@
void SkDebugf(const char format[], ...) {
va_start(args, format);
vfprintf(stderr, format, args);
va_end(args);
- fflush(stderr);
+ fflush(stderr);
// stderr seems to be buffered on Windows.
va_start(args, format);
vsnprintf(buffer, kBufferSize, format, args);