aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-07-12 10:25:12 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-07-12 10:25:12 +0200
commitb0c515482775336c9646a71552e0ee6ea657fa9e (patch)
tree5ee8732b6f14a710bda37dcfc524b71990c20509
parenteb563e3dc12adb8e700adfccae02f526bf9f5606 (diff)
downloadnihav-encoder-b0c515482775336c9646a71552e0ee6ea657fa9e.tar.gz
fix copy-paste bug
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5c9b8ac..be7750d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -760,7 +760,7 @@ fn main() {
if let Ok(val) = ret {
transcoder.end = val;
} else {
- println!("invalid start time");
+ println!("invalid end time");
return;
}
},