aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d7553ef..a83048c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1305,8 +1305,8 @@ void CMainApplication::Shutdown()
SDL_Quit();
- if (overlay_xdo)
- xdo_free(overlay_xdo);
+ if (overlay_xdo)
+ xdo_free(overlay_xdo);
if (x_display)
XCloseDisplay(x_display);