summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pavucontrol.cc')
-rw-r--r--src/pavucontrol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
index 66721ba..358c7b6 100644
--- a/src/pavucontrol.cc
+++ b/src/pavucontrol.cc
@@ -371,7 +371,7 @@ void context_state_callback(pa_context *c, void *userdata) {
}
pa_operation_unref(o);
- // Keep track of the outstanding callbacks for UI tweaks
+ /* Keep track of the outstanding callbacks for UI tweaks */
n_outstanding = 0;
if (!(o = pa_context_get_server_info(c, server_info_cb, w))) {