summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-26 18:21:19 -0700
committerRichard Linden <none@none>2013-08-26 18:21:19 -0700
commite1c09b9b5943cfa2f35eef878643b90d412a41ab (patch)
treebce0f97c53fd8d6b61b8aad7671526336de036b2
parent1f3f660cf4de95fa7e6cbe4015630640aecd22dd (diff)
fixed eol type
-rwxr-xr-xindra/llcommon/llpreprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llpreprocessor.h b/indra/llcommon/llpreprocessor.h
index eea63d443f..f00885ae2f 100755
--- a/indra/llcommon/llpreprocessor.h
+++ b/indra/llcommon/llpreprocessor.h
@@ -189,7 +189,7 @@
#define LL_TYPEOF(exp) typeof(exp)
#endif
-#define LL_TO_STRING_HELPER(x) #x
+#define LL_TO_STRING_HELPER(x) #x
#define LL_TO_STRING(x) LL_TO_STRING_HELPER(x)
#define LL_FILE_LINENO(msg) __FILE__ "(" LL_TO_STRING(__LINE__) ") : " msg
#if LL_WINDOWS