Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Aug 19, 2024
1 parent 984d27f commit 5e8cbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl<'a> PcmReader<'a> {
};

//WAVでもAIFFでもなかった場合

//TODO panicせずにエラーを返す
panic!();
}

Expand Down

0 comments on commit 5e8cbdd

Please sign in to comment.