diff options
Diffstat (limited to 'dselect/main.cc')
-rw-r--r-- | dselect/main.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc index f6cbf131e..c62646370 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -61,9 +61,10 @@ const char thisname[]= DSELECT; const char printforhelp[]= N_("Type dselect --help for help."); modstatdb_rw readwrite; -const char *admindir= ADMINDIR; int expertmode= 0; +static const char *admindir = ADMINDIR; + static keybindings packagelistbindings(packagelist_kinterps,packagelist_korgbindings); struct table_t { |