Fix typo, fixes issue 137.

This commit is contained in:
castano 2010-09-20 17:14:13 +00:00
parent c96f3e5458
commit a39cda5634

View File

@ -585,7 +585,7 @@ void NV_CDECL nvDebugPrint(const char *msg, ...)
/// Dump debug info. /// Dump debug info.
void debug::dumpInfo() void debug::dumpInfo()
{ {
#if NV_OS_WIN32 || (defined(HAVE_SIGNAL_H) && defined(HAVE_EXECIINFO_H)) #if NV_OS_WIN32 || (defined(HAVE_SIGNAL_H) && defined(HAVE_EXECINFO_H))
if (hasStackTrace()) if (hasStackTrace())
{ {
void * trace[64]; void * trace[64];