diff options
author | Nicky Dasmijn <nicky.dasmijn@gmail.com> | 2020-07-21 16:09:34 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-07-22 06:48:15 +0300 |
commit | fba9abbb193c89c2c026745ca153a4a8206f3973 (patch) | |
tree | 3083c2e3ea7ebcc4c9dcbb448f1d0060b2fbdc2f /indra/llmessage/llxfer.cpp | |
parent | 7d5a4d71acb1ff751dbdf4163063ab75687888ae (diff) |
Remove redundant LL_EXSTAT_ from enums.
Diffstat (limited to 'indra/llmessage/llxfer.cpp')
-rw-r--r-- | indra/llmessage/llxfer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llxfer.cpp b/indra/llmessage/llxfer.cpp index fcd77b93a8..93d5cfc131 100644 --- a/indra/llmessage/llxfer.cpp +++ b/indra/llmessage/llxfer.cpp @@ -319,7 +319,7 @@ S32 LLXfer::processEOF() if (mCallback) { - mCallback(mCallbackDataHandle,mCallbackResult, LLExtStat::LL_EXSTAT_NONE); + mCallback(mCallbackDataHandle,mCallbackResult, LLExtStat::NONE); } return(retval); |