diff options
Diffstat (limited to 'hurd/console.h')
-rw-r--r-- | hurd/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/console.h b/hurd/console.h index 11a40dfc..30829776 100644 --- a/hurd/console.h +++ b/hurd/console.h @@ -119,7 +119,7 @@ struct cons_display preceeding CUR_LINE. */ uint32_t height; /* Number of lines in visible area following (and including) CUR_LINE. */ - uint32_t matrix; /* Index (in wchar_t) of the beginning of + uint32_t matrix; /* Index (in uint32_t) of the beginning of screen matrix in this structure. */ } screen; |