diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -408,10 +408,10 @@ typedef struct { int baud; /* 130 */ char parity; // no longer used - char stopbits; + char stopbits; // no longer used char databits; // no longer used char hardhand; - char echo; + char echo; // no longer used char spare1[23]; /* 139 */ |