summaryrefslogtreecommitdiffstats
path: root/src/common/port/parallel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/port/parallel.h')
-rw-r--r--src/common/port/parallel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/port/parallel.h b/src/common/port/parallel.h
index 2dbfc71..08741e1 100644
--- a/src/common/port/parallel.h
+++ b/src/common/port/parallel.h
@@ -36,7 +36,7 @@ public:
enum RequestType { Control = 0, tqStatus, Data, Nb_RequestTypes };
struct PPinData {
RequestType rType;
- uchar tqmask;
+ uchar mask;
IODir dir;
const char *label;
};