summaryrefslogtreecommitdiff
path: root/mate-volume-control/src/gvc-mixer-control.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2014-11-01 23:42:55 +0300
committermonsta <[email protected]>2014-11-01 23:42:55 +0300
commit582d6ede5328bef4ebab200c6ea348080e162a3a (patch)
tree531b56f4657f89785a775df3db77064fd91062c7 /mate-volume-control/src/gvc-mixer-control.c
parentbe848eb10a716df13bf4dc6af9239b4e4143623c (diff)
downloadmate-media-582d6ede5328bef4ebab200c6ea348080e162a3a.tar.bz2
mate-media-582d6ede5328bef4ebab200c6ea348080e162a3a.tar.xz
init var properly, fix a typo
Diffstat (limited to 'mate-volume-control/src/gvc-mixer-control.c')
-rw-r--r--mate-volume-control/src/gvc-mixer-control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-volume-control/src/gvc-mixer-control.c b/mate-volume-control/src/gvc-mixer-control.c
index e587c8f..d7882e1 100644
--- a/mate-volume-control/src/gvc-mixer-control.c
+++ b/mate-volume-control/src/gvc-mixer-control.c
@@ -1039,13 +1039,13 @@ update_card (GvcMixerControl *control,
const pa_card_info *info)
{
GvcMixerCard *card;
- gboolean is_new;
+ gboolean is_new = FALSE;
#if 1
guint i;
const char *key;
void *state;
- g_debug ("Udpating card %s (index: %u driver: %s):",
+ g_debug ("Updating card %s (index: %u driver: %s):",
info->name, info->index, info->driver);
for (i = 0; i < info->n_profiles; i++) {