aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-03-20 22:27:09 +1000
committerDavid Walter Seikel2012-03-20 22:27:09 +1000
commit23e81a5276878e5f3cad03750b4c0a24a1aaa4d6 (patch)
tree06af90329a1e34847859e188b678abbfada87a68 /linden
parentFix up the missing default colour. (diff)
downloadmeta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.zip
meta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.tar.gz
meta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.tar.bz2
meta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.tar.xz
Remove a duplicate return statement. Thanks to Nicky Perian for pointing this out.
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/llmessage/llblowfishcipher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llblowfishcipher.cpp b/linden/indra/llmessage/llblowfishcipher.cpp
index e9d4a7c..3eebfad 100644
--- a/linden/indra/llmessage/llblowfishcipher.cpp
+++ b/linden/indra/llmessage/llblowfishcipher.cpp
@@ -167,7 +167,6 @@ U32 LLBlowfishCipher::decrypt(const U8* src, U32 src_len, U8* dst, U32 dst_len)
167ERROR: 167ERROR:
168 EVP_CIPHER_CTX_cleanup(&context); 168 EVP_CIPHER_CTX_cleanup(&context);
169 return 0; 169 return 0;
170 return 0;
171} 170}
172 171
173// virtual 172// virtual