mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02: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);
|
fputs(message, fout);
|
||||||
fflush(fout);
|
fflush(fout);
|
||||||
}
|
}
|
||||||
#else /* !PIPE_SUBSYSTEM_WINDOWS */
|
#else /* !PIPE_SUBSYSTEM_WINDOWS_USER */
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
fputs(message, fout);
|
fputs(message, fout);
|
||||||
fflush(fout);
|
fflush(fout);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue