Minor code changes.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Alexander Kriegisch 2013-09-02 19:00:53 +03:00 committed by Slava Zanko
parent f596c916a4
commit 09ed02ea85
2 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,7 @@ static const struct
/* data */
{ "skins", &mc_data_str, MC_SKINS_SUBDIR},
{ "fish", &mc_data_str, FISH_PREFIX},
{ "ashrc", &mc_data_str, "ashrc"},
{ "bashrc", &mc_data_str, "bashrc"},
{ "inputrc", &mc_data_str, "inputrc"},
{ "extfs.d", &mc_data_str, MC_EXTFS_DIR},

View File

@ -136,6 +136,10 @@ static const struct test_user_config_paths_ds
CONF_DATA,
FISH_PREFIX
},
{ /* 0. */
CONF_DATA,
"ashrc"
},
{ /* 0. */
CONF_DATA,
"bashrc"