aboutsummaryrefslogtreecommitdiff
path: root/c/win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/win.cpp')
-rw-r--r--c/win.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/win.cpp b/c/win.cpp
index e8c429d..ba42508 100644
--- a/c/win.cpp
+++ b/c/win.cpp
@@ -107,7 +107,6 @@ void ShowException(const wchar_t* const fmt, const wchar_t* const title, const U
Swprintf(msg, fmt, what);
EBMessageBox(msg, title, uType);
}
-
}
int GetRelativeCursorPos(const HWND hWnd, POINT* const pt) noexcept