Fix typo in X11 error message

This commit is contained in:
Robbert van der Helm
2021-07-10 18:22:54 +02:00
parent f044dc4784
commit 42ce69943a
+1 -1
View File
@@ -34,7 +34,7 @@ using namespace std::literals::chrono_literals;
do { \ do { \
if (error) { \ if (error) { \
free(error); \ free(error); \
throw std::runtime_error("X111 error in " + \ throw std::runtime_error("X11 error in " + \
std::string(__PRETTY_FUNCTION__)); \ std::string(__PRETTY_FUNCTION__)); \
} \ } \
} while (0) } while (0)