diff options
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r-- | src/utils/copynpaste.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index b27768422..6274d285a 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -40,7 +40,7 @@ #ifdef USE_SDL2 #include <SDL_clipboard.h> -#else // USE_SDL2 +#else // USE_SDL2 #if defined(__APPLE__) #ifdef Status @@ -58,7 +58,7 @@ #include "utils/naclmessages.h" #endif -#endif // USE_SDL2 +#endif // USE_SDL2 #ifdef USE_SDL2 bool retrieveBuffer(std::string& text, size_t& pos) |