summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerror.h
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-06-05 07:38:54 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-06-05 07:38:54 -0700
commitbc6070bd197159dd81750d1e2e8af493864be818 (patch)
treea06687caca1de68935066daa11a8031cd3fd6ccb /indra/llcommon/llerror.h
parent1fcf54094a915bbc7ec1d74a877699212714ae93 (diff)
MAINT-2740 more comment grooming and NULL string guard
Diffstat (limited to 'indra/llcommon/llerror.h')
-rwxr-xr-xindra/llcommon/llerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h
index cc9bfba818..0b723aeb5d 100755
--- a/indra/llcommon/llerror.h
+++ b/indra/llcommon/llerror.h
@@ -206,7 +206,7 @@ namespace LLError
}
#if LL_WINDOWS
- // Macro accepting a const std::string& for display in windows debugging console in debug builds only
+ // Macro accepting a std::string for display in windows debugging console
#define LL_WINDOWS_OUTPUT_DEBUG(a) LLError::LLOutputDebugUTF8(a)
#else
#define LL_WINDOWS_OUTPUT_DEBUG(a)