diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2020-01-16 20:33:59 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-01-16 20:33:59 -0500 |
commit | 4b7710eab2e01c2e8f827b3741caae3fe03b1bbd (patch) | |
tree | bb9496320d5edd046c2ebba0ad38a3d12d499740 /indra/llcommon/StackWalker.cpp | |
parent | d656d49a77eeb65ae537c954ea4009bc22da7b2b (diff) |
DRTVWR-476: Re-encode certain files with non-ASCII chars as UTF8.
Diffstat (limited to 'indra/llcommon/StackWalker.cpp')
-rw-r--r-- | indra/llcommon/StackWalker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/StackWalker.cpp b/indra/llcommon/StackWalker.cpp index c0d3104099..40eff0ea7b 100644 --- a/indra/llcommon/StackWalker.cpp +++ b/indra/llcommon/StackWalker.cpp @@ -657,7 +657,7 @@ private: pGMI = (tGMI) GetProcAddress( hPsapi, "GetModuleInformation" ); if ( (pEPM == NULL) || (pGMFNE == NULL) || (pGMBN == NULL) || (pGMI == NULL) ) { - // we couldn“t find all functions + // we couldnĀ“t find all functions FreeLibrary(hPsapi); return FALSE; } |