diff options
Diffstat (limited to 'cpp/src/IcePatch/FileLocator.cpp')
-rw-r--r-- | cpp/src/IcePatch/FileLocator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/FileLocator.cpp b/cpp/src/IcePatch/FileLocator.cpp index 140bb522fff..d8ad3fb02e2 100644 --- a/cpp/src/IcePatch/FileLocator.cpp +++ b/cpp/src/IcePatch/FileLocator.cpp @@ -60,7 +60,7 @@ IcePatch::FileLocator::locate(const ObjectAdapterPtr& adapter, const Current& cu { info = getFileInfo(path, true); } - catch (const FileAccessException& ex) + catch(const FileAccessException& ex) { Warning out(adapter->getCommunicator()->getLogger()); out << ex << ":\n" << ex.reason; |