aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-11-08 10:44:05 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-11-08 10:44:05 -0500
commit9b47fe51e8647393e3d2799cd3940b8cfb8dd9a6 (patch)
treec2fe53661f85c4b8129e763b5f49c3699ff42784 /src/main.rs
parent7f49730fd8a6dc52fc45937e868749e5612c5234 (diff)
downloadit2midi-9b47fe51e8647393e3d2799cd3940b8cfb8dd9a6.tar.xz
Move player state out of the player structure.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index cdc2322..9c90d96 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,7 +4,7 @@ mod convert;
mod utils;
fn main() -> Result<(), itfile::Error> {
- match itfile::load("/home/chrisoft/Music/mods/rr_exp.it")
+ match itfile::load("/home/chrisoft/Music/mods/rr_e.it")
{
Ok(f) =>
{