mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
util: fix typo in comment
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
362e9d8682
commit
bfb70032d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue