diff options
Diffstat (limited to 'src/util/thread.h')
-rw-r--r-- | src/util/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/thread.h b/src/util/thread.h index a32871aab..8d8b6fe7f 100644 --- a/src/util/thread.h +++ b/src/util/thread.h @@ -223,7 +223,7 @@ public: doUpdate(); } - END_DEBUG_EXCEPTION_HANDLER(errorstream) + END_DEBUG_EXCEPTION_HANDLER return NULL; } |