diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2018-12-13 17:27:25 +0900 |
---|---|---|
committer | Koichiro IWAO <meta@vmeta.jp> | 2018-12-13 17:27:25 +0900 |
commit | 062699334e8b50f6d8d9b2f5d06f44aba96c8408 (patch) | |
tree | 01c531bd800761bb3ee8bef33d461b3de9b17eea /common | |
parent | c5d04a1133ef532452235be1b29c3bb600b0689c (diff) | |
download | xrdp-proprietary-062699334e8b50f6d8d9b2f5d06f44aba96c8408.tar.gz xrdp-proprietary-062699334e8b50f6d8d9b2f5d06f44aba96c8408.zip |
Fix typo s/BITMACACHE/BITMAPCACHE/
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 1302b1af..e3ae5517 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -431,7 +431,7 @@ #define ORDER_CAP_NEGOTIATE 2 /* NEGOTIATEORDERSUPPORT? not used */ #define ORDER_CAP_NOSUPPORT 4 /* not used */ -#define CAPSTYPE_BITMACACHE 0x0004 +#define CAPSTYPE_BITMAPCACHE 0x0004 #define CAPSTYPE_BITMAPCACHE_LEN 0x28 #define CAPSTYPE_CONTROL 0x0005 |