diff options
author | Pierre Ossman <ossman@cendio.se> | 2016-07-07 15:35:45 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2016-07-07 15:36:36 +0200 |
commit | f0812683f8009f231bd1b02929f7e71d9ed4c5dd (patch) | |
tree | 2631b9626fb44dbae2246c2ee126ae35742b5dcf /common | |
parent | 552cdd9b398ae78c84e1a2f4c256e0106f6e2efd (diff) | |
download | tigervnc-f0812683f8009f231bd1b02929f7e71d9ed4c5dd.tar.gz tigervnc-f0812683f8009f231bd1b02929f7e71d9ed4c5dd.zip |
Fix typo in include protector
Diffstat (limited to 'common')
-rw-r--r-- | common/os/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os/Thread.h b/common/os/Thread.h index 1a9aa54b..bca41bbc 100644 --- a/common/os/Thread.h +++ b/common/os/Thread.h @@ -17,7 +17,7 @@ */ #ifndef __OS_THREAD_H__ -#define __OP_THREAD_H__ +#define __OS_THREAD_H__ namespace os { class Mutex; |