summaryrefslogtreecommitdiff
path: root/src/pavucontrol.cc
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-18 21:01:03 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-03-18 21:01:03 +0000
commitc4208bfd8ed9570116ea00c76a7b78b6f20e00b7 (patch)
tree75e7fc8a96fddb9d9c92f9b7cf08fbdf3f1dde39 /src/pavucontrol.cc
parentc6b73de3084f7996e5060872662de12e3ebbd544 (diff)
Use C style comments as per Lennart's fetish :p
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))) {