diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index e050d0175..67e9a7bb9 100644 --- a/g10/options.h +++ b/g10/options.h @@ -188,8 +188,8 @@ struct int strict; int mangle_dos_filenames; int enable_progress_filter; - int screen_columns; - int screen_lines; + unsigned int screen_columns; + unsigned int screen_lines; #ifdef ENABLE_CARD_SUPPORT const char *ctapi_driver; /* Library to access the ctAPI. */ |