diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-06 07:08:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-06 07:09:39 +0200 |
commit | a50d81c55c4364c7096fc8abcd19cfe6e25b1c07 (patch) | |
tree | 709d5ea9c0fc1157435abd974fc1f267edb7b930 /freetrackclient | |
parent | c89ef2fe9cb1d681b1b3acdabee1786eabdf1051 (diff) |
ft: cleanup comments
Diffstat (limited to 'freetrackclient')
-rw-r--r-- | freetrackclient/fttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freetrackclient/fttypes.h b/freetrackclient/fttypes.h index 8611017a..050ffc02 100644 --- a/freetrackclient/fttypes.h +++ b/freetrackclient/fttypes.h @@ -31,7 +31,7 @@ typedef __int32 int32_t; /* only 6 headpose floats and the data id are filled -sh */ typedef struct __FTData { - volatile int DataID; + volatile unsigned int DataID; volatile int CamWidth; volatile int CamHeight; /* virtual pose */ |