diff -r 26645d81f48d -r cc28652e0254 persistentstorage/dbms/ustor/US_FILE.CPP --- a/persistentstorage/dbms/ustor/US_FILE.CPP Tue Aug 31 16:57:14 2010 +0300 +++ b/persistentstorage/dbms/ustor/US_FILE.CPP Wed Sep 01 12:39:58 2010 +0100 @@ -97,8 +97,8 @@ { default: __LEAVE(KErrNotSupported); - case TDbFormat::ECreate: - store=CPermanentFileStore::CreateL(iFs,aName,EFileRead|EFileWrite); + case TDbFormat::ECreate: + store=CPermanentFileStore::CreateL(iFs,aName,EFileRead|EFileWrite); break; case TDbFormat::EReplace: store=CPermanentFileStore::ReplaceL(iFs,aName,EFileRead|EFileWrite);