diff options
Diffstat (limited to 'tools/chk.hefs.cc')
| -rw-r--r-- | tools/chk.hefs.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/chk.hefs.cc b/tools/chk.hefs.cc index c1c58c6e..a47e4fc6 100644 --- a/tools/chk.hefs.cc +++ b/tools/chk.hefs.cc @@ -59,7 +59,8 @@ int main(int argc, char** argv) { if (strncmp(boot_node.magic, kOpenHeFSMagic, kOpenHeFSMagicLen) != 0 || boot_node.sectorCount < 1 || boot_node.sectorSize < kMkFsSectorSz) { - mkfs::console_out() << "hefs: error: Device does not contain an OpenHeFS disk: " << opt_disk << "\n"; + mkfs::console_out() << "hefs: error: Device does not contain an OpenHeFS disk: " << opt_disk + << "\n"; return EXIT_FAILURE; } |
