diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/version.cpp b/base/version.cpp index 0e7f62f80f..17058d4a03 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -86,7 +86,7 @@ const char *gScummVMFeatures = "" "ALSA " #endif -#ifdef USE_ALSA +#ifdef USE_SEQ_MIDI "SEQ " #endif |