diff options
Diffstat (limited to 'cpp/src/IceSSL/PluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/PluginI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/PluginI.cpp b/cpp/src/IceSSL/PluginI.cpp index e5993b178d4..e8c88b3f519 100644 --- a/cpp/src/IceSSL/PluginI.cpp +++ b/cpp/src/IceSSL/PluginI.cpp @@ -147,7 +147,7 @@ IceSSL::getTrustErrorDescription(TrustError error) { switch(error) { - case IceSSL::ICE_ENUM(TrustError, NoError): + case IceSSL::ICE_ENUM(TrustError, NoError): { return "no error"; } |