projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
362e9d8
)
util: fix typo in comment
author
Eric Engestrom
<eric.engestrom@intel.com>
Thu, 1 Aug 2019 14:01:54 +0000
(15:01 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 2 Aug 2019 17:38:52 +0000
(18:38 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/util/os_misc.c
patch
|
blob
|
history
diff --git
a/src/util/os_misc.c
b/src/util/os_misc.c
index 6586b1a0739a2ade96bb56e0411e97b216cfe3ae..e9a727c54d68cc61c0bd28f6dac6b35224ff83e7 100644
(file)
--- a/
src/util/os_misc.c
+++ b/
src/util/os_misc.c
@@
-99,7
+99,7
@@
os_log_message(const char *message)
fputs(message, fout);
fflush(fout);
}
-#else /* !PIPE_SUBSYSTEM_WINDOWS */
+#else /* !PIPE_SUBSYSTEM_WINDOWS
_USER
*/
fflush(stdout);
fputs(message, fout);
fflush(fout);