diff options
Diffstat (limited to 'src/utils/x11logger.cpp')
-rw-r--r-- | src/utils/x11logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/x11logger.cpp b/src/utils/x11logger.cpp index dfccdd0bb..f21541630 100644 --- a/src/utils/x11logger.cpp +++ b/src/utils/x11logger.cpp @@ -47,7 +47,7 @@ bool X11Logger::logEvent(const SDL_Event &event) #ifdef USE_SDL2 const int type = event.syswm.msg->msg.x11.event.type; -#else // USE_SDL2 +#else // USE_SDL2 const int type = event.syswm.msg->event.xevent.type; #endif // USE_SDL2 |