From a39cda56346d172203140dfa53c993a4571a2e27 Mon Sep 17 00:00:00 2001 From: castano Date: Mon, 20 Sep 2010 17:14:13 +0000 Subject: [PATCH] Fix typo, fixes issue 137. --- trunk/src/nvcore/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/nvcore/Debug.cpp b/trunk/src/nvcore/Debug.cpp index 7bd071c..3f971dc 100644 --- a/trunk/src/nvcore/Debug.cpp +++ b/trunk/src/nvcore/Debug.cpp @@ -585,7 +585,7 @@ void NV_CDECL nvDebugPrint(const char *msg, ...) /// Dump debug info. 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()) { void * trace[64];