diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-03-14 23:25:08 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-03-14 23:25:08 +0000 |
commit | 44bb581e55da68e9f7eb35b4e3ba6e3daada765e (patch) | |
tree | 89e40c66609208ca20c5c42f8f9409dbbed28172 /fs | |
parent | 13b84bf3786c7893c52f3c604e1a2e4327cb5cf4 (diff) |
Added a missing endmenu
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in index 9d6d45ab7..ab75a102a 100644 --- a/fs/Config.in +++ b/fs/Config.in @@ -116,6 +116,8 @@ bool 'Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then bool 'Unixware slices support (EXPERIMENTAL)' CONFIG_UNIXWARE_DISKLABEL fi +endmenu + source fs/nls/Config.in endmenu |