mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix typo in X11 error message
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user