diff options
Diffstat (limited to 'linden/indra/mac_crash_logger/llcrashloggermac.cpp')
-rw-r--r-- | linden/indra/mac_crash_logger/llcrashloggermac.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/mac_crash_logger/llcrashloggermac.cpp b/linden/indra/mac_crash_logger/llcrashloggermac.cpp index 8ed2ec7..e257f1b 100644 --- a/linden/indra/mac_crash_logger/llcrashloggermac.cpp +++ b/linden/indra/mac_crash_logger/llcrashloggermac.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2003-2008, Linden Research, Inc. | 7 | * Copyright (c) 2003-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -133,6 +133,8 @@ OSStatus dialogHandler(EventHandlerCallRef handler, EventRef event, void *userda | |||
133 | QuitAppModalLoopForWindow(gWindow); | 133 | QuitAppModalLoopForWindow(gWindow); |
134 | result = noErr; | 134 | result = noErr; |
135 | break; | 135 | break; |
136 | default: | ||
137 | result = eventNotHandledErr; | ||
136 | } | 138 | } |
137 | } | 139 | } |
138 | } | 140 | } |