Skip to content

Commit

Permalink
Maintenance (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
clang-clang-clang committed Mar 27, 2023
1 parent 2c211d8 commit 4eadf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linux/src/Rtt_Assert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Rtt_VLogException(const char* format, va_list ap)
}

// Output the string to stdout and the Visual Studio debugger.
#if defined(Rtt_NINTENDO_ENV)
#if defined(Rtt_NXS_ENV)
fputs(stringPointer, stdout);
#elif defined(Rtt_WIN_PHONE_ENV)
if (fLogHandler)
Expand Down

0 comments on commit 4eadf1c

Please sign in to comment.