diff -r 9dbe1b043bea -r e4e3998ddda2 skins/AknSkins/srvsrc/aknssrvactivebackupdataclient.cpp --- a/skins/AknSkins/srvsrc/aknssrvactivebackupdataclient.cpp Thu Aug 19 10:53:51 2010 +0300 +++ b/skins/AknSkins/srvsrc/aknssrvactivebackupdataclient.cpp Tue Aug 31 16:13:36 2010 +0300 @@ -800,11 +800,10 @@ { // Otherwise, continue reading and writing the file. iRestoreState = ERestoreExpectMoreData; - - if ( iFileOpenError ) - { - return; - } + } + if ( iFileOpenError ) + { + return; } break;