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_mem.cpp | |
parent | 7d5a4d71acb1ff751dbdf4163063ab75687888ae (diff) |
Remove redundant LL_EXSTAT_ from enums.
Diffstat (limited to 'indra/llmessage/llxfer_mem.cpp')
-rw-r--r-- | indra/llmessage/llxfer_mem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llxfer_mem.cpp b/indra/llmessage/llxfer_mem.cpp index 7bd78b7c75..da8534ecdc 100644 --- a/indra/llmessage/llxfer_mem.cpp +++ b/indra/llmessage/llxfer_mem.cpp @@ -112,7 +112,7 @@ S32 LLXfer_Mem::processEOF() if (mCallback) { - mCallback((void *)mBuffer,mBufferLength,mCallbackDataHandle,mCallbackResult, LLExtStat::LL_EXSTAT_NONE); + mCallback((void *)mBuffer,mBufferLength,mCallbackDataHandle,mCallbackResult, LLExtStat::NONE); } return(retval); |