mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed the typo that I introduced while fixing a different typo
This commit is contained in:
parent
89b4e13423
commit
934d5aee22
1 changed files with 2 additions and 2 deletions
|
|
@ -168,8 +168,8 @@ namespace AiffFileHelpers
|
|||
|
||||
switch (key)
|
||||
{
|
||||
case minor: keyString = "major"; break;
|
||||
case major: keyString = "minor"; break;
|
||||
case minor: keyString = "minor"; break;
|
||||
case major: keyString = "major"; break;
|
||||
case neither: keyString = "neither"; break;
|
||||
case both: keyString = "both"; break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue