Equalize hekate main and Nyx sd based functions
This commit is contained in:
@@ -171,7 +171,7 @@ int create_config_entry()
|
||||
}
|
||||
|
||||
f_close(&fp);
|
||||
sd_unmount(false);
|
||||
sd_unmount();
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -209,7 +209,7 @@ int create_nyx_config_entry()
|
||||
f_puts("\n", &fp);
|
||||
|
||||
f_close(&fp);
|
||||
sd_unmount(false);
|
||||
sd_unmount();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user