diff options
Diffstat (limited to 'Swiften/IDN/PlatformIDNConverter.cpp')
-rw-r--r-- | Swiften/IDN/PlatformIDNConverter.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/IDN/PlatformIDNConverter.cpp b/Swiften/IDN/PlatformIDNConverter.cpp index c85d3b6..c6104fb 100644 --- a/Swiften/IDN/PlatformIDNConverter.cpp +++ b/Swiften/IDN/PlatformIDNConverter.cpp @@ -1,3 +1,3 @@ /* - * Copyright (c) 2012-2016 Isode Limited. + * Copyright (c) 2012-2018 Isode Limited. * All rights reserved. @@ -23,5 +23,6 @@ IDNConverter* PlatformIDNConverter::create() { #error "No IDN implementation" -#endif +#else return nullptr; #endif +#endif } |