diff options
Diffstat (limited to '')
-rw-r--r-- | src/AudioConfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AudioConfig.cxx b/src/AudioConfig.cxx index 3d6337991..a8fc7aab3 100644 --- a/src/AudioConfig.cxx +++ b/src/AudioConfig.cxx @@ -41,7 +41,7 @@ void initAudioConfig(void) { const struct config_param *param = config_get_param(CONF_AUDIO_OUTPUT_FORMAT); - if (param == NULL) + if (param == nullptr) return; Error error; |