diff options
Diffstat (limited to 'term')
-rw-r--r-- | term/term.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h index 433990ea..8e369d3a 100644 --- a/term/term.h +++ b/term/term.h @@ -112,7 +112,7 @@ struct bottomhalf }; struct bottomhalf *bottom; -extern struct bottomhalf *devio_bottom; +extern struct bottomhalf devio_bottom; /* Character queues */ |