summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupmgr.cpp
diff options
context:
space:
mode:
authorBaker Linden <baker@lindenlab.com>2013-10-02 13:55:36 -0700
committerBaker Linden <baker@lindenlab.com>2013-10-02 13:55:36 -0700
commit1bd75cce8e59145da73540dd331536faa1ca9b17 (patch)
tree708a82dc56d72fd11467db1af6c55712b190af8c /indra/newview/llgroupmgr.cpp
parentefd2ecd2e910a0bae93d195ea3add0ae250735ee (diff)
Enum typo, whoops!
Diffstat (limited to 'indra/newview/llgroupmgr.cpp')
-rwxr-xr-xindra/newview/llgroupmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupmgr.cpp b/indra/newview/llgroupmgr.cpp
index dee861a5b7..f5cf025875 100755
--- a/indra/newview/llgroupmgr.cpp
+++ b/indra/newview/llgroupmgr.cpp
@@ -1925,7 +1925,7 @@ void LLGroupMgr::sendGroupBanRequest( EBanRequestType request_type,
LLHTTPClient::post(cap_url, body, grp_ban_responder);
break;
case REQUEST_PUT:
- case REQUEST_DELETE:
+ case REQUEST_DEL:
break;
}
}