diff options
author | Eric Engestrom <[email protected]> | 2019-08-01 15:01:54 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-02 18:38:52 +0100 |
commit | bfb70032d4209b4e4e5b35d1a41255ea48bd7b4f (patch) | |
tree | 8369bd76205929b58ffea8c5f14e5248208023a5 | |
parent | 362e9d8682a5eb3808fd574d4a21982a58ecafa7 (diff) |
util: fix typo in comment
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
-rw-r--r-- | src/util/os_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_misc.c b/src/util/os_misc.c index 6586b1a0739..e9a727c54d6 100644 --- 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); |