diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-08 20:49:02 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-08 20:49:02 +0000 |
commit | 56f9654524bbf61a625905fe9e9dcaa63eaf71b5 (patch) | |
tree | 174fc722a956aca4c5814d55872e0474f6cb9f5d /tests | |
parent | 364d9362165f9f0d468eadc269c6421f4bf929e3 (diff) | |
download | ayatana-indicator-sound-56f9654524bbf61a625905fe9e9dcaa63eaf71b5.tar.gz ayatana-indicator-sound-56f9654524bbf61a625905fe9e9dcaa63eaf71b5.tar.bz2 ayatana-indicator-sound-56f9654524bbf61a625905fe9e9dcaa63eaf71b5.zip |
update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-pulse-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pulse-manager.c b/tests/test-pulse-manager.c index 6a9c55b..f05bccb 100644 --- a/tests/test-pulse-manager.c +++ b/tests/test-pulse-manager.c @@ -4,7 +4,7 @@ pa_context* context; -static void pa_context_exit() +static void test_pa_context_exit() { pa_context_set_state_callback(context, context_state_callback, NULL); // => call context_state_callback(context, NULL); |