Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/mft_dump.rs')
-rw-r--r--src/bin/mft_dump.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/mft_dump.rs b/src/bin/mft_dump.rs
index 7815da1..28829e3 100644
--- a/src/bin/mft_dump.rs
+++ b/src/bin/mft_dump.rs
@@ -18,7 +18,7 @@ use std::process::exit;
use std::{fs, io, path};
-/// Simple error macro for use inside of internal errors in `EvtxDump`
+/// Simple error macro for use inside of internal errors in `MftDump`
macro_rules! err {
($($tt:tt)*) => { Err(Box::<dyn std::error::Error>::from(format!($($tt)*))) }
}