summaryrefslogtreecommitdiffhomepage
path: root/opentrack/plugin-support.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-08-24 10:11:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-08-24 10:11:29 +0200
commitb1c4466ddeb84ec9b6c19f64906458754f68b135 (patch)
tree6a25af0d0527f5b65ffb7a36fcd592d3b3e5deba /opentrack/plugin-support.hpp
parent0d9427dd929ca51d65a1ab08b26710647769793c (diff)
plugin-support: fix typo
Diffstat (limited to 'opentrack/plugin-support.hpp')
-rw-r--r--opentrack/plugin-support.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/plugin-support.hpp b/opentrack/plugin-support.hpp
index a9008840..8b9cf58a 100644
--- a/opentrack/plugin-support.hpp
+++ b/opentrack/plugin-support.hpp
@@ -103,7 +103,7 @@ struct dylib {
# if defined(__APPLE__)
RTLD_LOCAL|RTLD_FIRST|RTLD_NOW
# else
- RTLD_LOCAL|RTLD_NOW|RTLD_NOW // XXX RTLD_DEEPBIND on Linux?
+ RTLD_LOCAL|RTLD_NOW // XXX RTLD_DEEPBIND on Linux?
# endif
);