diff --git a/audio.c b/audio.c index f1d62e7..7370657 100644 --- a/audio.c +++ b/audio.c @@ -1951,7 +1951,7 @@ void AudioSetVolume(int volume) { } AudioAmplifier = volume; if (!AudioSoftVolume) { - AudioUsedModule->SetVolume(volume); // set Volume + AudioUsedModule->SetVolume(volume); // set Volume } } diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index d170b8a..a9c723c 100644 --- a/softhdcuvid.cpp +++ b/softhdcuvid.cpp @@ -61,7 +61,7 @@ extern void ToggleLUT(); /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "3.7.3 " +static const char *const VERSION = "3.7.3" #ifdef GIT_REV "-GIT" GIT_REV #endif