spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit eb641531db74270d9dcb9c64ca62e700852062de
parent 96c209b37bd6f4d9e7ee872c2f378d2f4440850c
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 10 Feb 2013 22:29:08 -0800

Fix a compiler warning

Diffstat:
Msrc/spek-audio-desc.cc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/spek-audio-desc.cc b/src/spek-audio-desc.cc @@ -87,6 +87,8 @@ wxString spek_audio_desc(const struct spek_audio_properties *properties) case SPEK_AUDIO_BAD_SAMPLE_FORMAT: error = _("Unsupported sample format"); break; + case SPEK_AUDIO_OK: + break; } if (desc.IsEmpty()) {