diff options
-rw-r--r-- | sound/shorten.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/shorten.cpp b/sound/shorten.cpp index 515f62dc6f..64ca58f3ab 100644 --- a/sound/shorten.cpp +++ b/sound/shorten.cpp @@ -56,7 +56,7 @@ enum kShortenTypes { kTypeAIFF = 12, // AIFF kTypeEOF = 13, kTypeGenericULaw = 128, - kTypeGenericALaw = 129, + kTypeGenericALaw = 129 }; enum kShortenCommands { |