Compile fix

This commit is contained in:
Joshua Granick
2016-10-05 09:12:12 -07:00
parent 9a07f68d14
commit a9a12fcb19

View File

@@ -126,7 +126,7 @@ class AudioBuffer {
switch (Path.extension (path)) {
case "ogg", "wav": return null:
case "ogg", "wav": return null;
default:
}