Code Clean

This commit is contained in:
mwalker33
2020-04-06 16:20:57 +10:00
parent 8fea6cddf7
commit 7b14fd7212
5 changed files with 24 additions and 21 deletions

View File

@@ -558,7 +558,6 @@ int main(int argc, char *argv[]) {
/* initialize history */
using_history();
#ifdef RL_STATE_READCMD
rl_extend_line_buffer(1024);
@@ -583,9 +582,9 @@ int main(int argc, char *argv[]) {
set_my_executable_path();
set_my_user_directory();
// Settings
settingsLoad ();
settingsSave ();
// Settings Load and Test
settings_load ();
settings_save ();
printf ("Ver : %s\n",mySettings.version);
// End Settings