summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-21 13:45:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-21 13:45:26 +0100
commit36bc016123b11a3e4ab3fb8d4a9fe2b441c54417 (patch)
treed41121654d9bf0fa7a5e2f30aac25958d4703a8f /desktop/win32
parent582d831bfb9c8710888e9a2cffee0c8163d2b9b2 (diff)
WaE: fall through to final return
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/setup/setup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/win32/source/setup/setup.cpp b/desktop/win32/source/setup/setup.cpp
index 990d34c654ec..a85a74b570ce 100644
--- a/desktop/win32/source/setup/setup.cpp
+++ b/desktop/win32/source/setup/setup.cpp
@@ -1913,7 +1913,6 @@ boolean SetupAppX::IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName )
return false;
else if ( nRet == ERROR_UNKNOWN_PROPERTY )
return false;
- else return false;
return false;
}