summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-09 05:12:57 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-09 05:48:25 +0100
commit64c23b15059649aeee6d08c7940d0ff1b56512b5 (patch)
treec6e826d0b7f92d681563b8b381e36bf86628f8f1 /tools
parent4d192e629a07ae457134cb0063e0136e54b01008 (diff)
feat: New `InitializerList` class, and `LHGetLaunchInfo` implementation on `LaunchHelpers.fwrk`.v0.0.82
fix: Fix operator!= in the `Atom` class. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/mkfs.hefs.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/mkfs.hefs.cc b/tools/mkfs.hefs.cc
index 4be6ed04..f4cf77ea 100644
--- a/tools/mkfs.hefs.cc
+++ b/tools/mkfs.hefs.cc
@@ -32,7 +32,7 @@ int main(int argc, char** argv) {
std::string args = mkfs::detail::build_args(argc, argv);
auto output_path = mkfs::get_option<char>(args, "o");
-
+
if (output_path.empty()) {
mkfs::console_out() << "hefs: error: Missing -o <output_device> argument.\n";
return EXIT_FAILURE;
@@ -199,7 +199,6 @@ int main(int argc, char** argv) {
return EXIT_FAILURE;
}
-
output_device.put(0);
output_device.flush();