Skip to content
Snippets Groups Projects
Commit 67e43945 authored by Andrzej's avatar Andrzej
Browse files

Fixed an incorrect constant in debugging code

parent af387160
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ pulseaudio_config_get_enable_keyboard_shortcuts (PulseaudioConfig *config)
guint
pulseaudio_config_get_volume_step (PulseaudioConfig *config)
{
g_return_val_if_fail (IS_PULSEAUDIO_CONFIG (config), DEFAULT_ENABLE_KEYBOARD_SHORTCUTS);
g_return_val_if_fail (IS_PULSEAUDIO_CONFIG (config), DEFAULT_VOLUME_STEP);
return config->volume_step;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment