diff options
Diffstat (limited to 'pico/estruct.h')
-rw-r--r-- | pico/estruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/estruct.h b/pico/estruct.h index f0090881..410dfc02 100644 --- a/pico/estruct.h +++ b/pico/estruct.h @@ -238,7 +238,7 @@ typedef struct { */ typedef struct CELL { unsigned int c : 24; /* Character value in cell */ - unsigned int a : 8; /* Its attributes */ + unsigned int a : 7; /* Its attributes */ unsigned int d : 1; /* direction */ } CELL; |