aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llthread.h')
-rw-r--r--linden/indra/llcommon/llthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llthread.h b/linden/indra/llcommon/llthread.h
index c863322..d700592 100644
--- a/linden/indra/llcommon/llthread.h
+++ b/linden/indra/llcommon/llthread.h
@@ -220,7 +220,7 @@ public:
220 if (0 == res) 220 if (0 == res)
221 { 221 {
222 delete this; 222 delete this;
223 res = 0; 223 return 0;
224 } 224 }
225 return res; 225 return res;
226 } 226 }