diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-21 13:45:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-21 13:45:26 +0100 |
commit | 36bc016123b11a3e4ab3fb8d4a9fe2b441c54417 (patch) | |
tree | d41121654d9bf0fa7a5e2f30aac25958d4703a8f /desktop | |
parent | 582d831bfb9c8710888e9a2cffee0c8163d2b9b2 (diff) |
WaE: fall through to final return
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/setup/setup.cpp | 1 |
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; } |