summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-31 09:23:17 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-31 09:23:17 +0000
commit04efa14f48878cd1c1a31afc106f782fc97277a0 (patch)
tree23ba3be8876475a0e853a87df45238c7001027a3 /audio/main.c
parent11f21abbc245e090345f21734a7a00cdde087078 (diff)
Bring the audio code up-to-date with the current API spec
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/main.c b/audio/main.c
index 98dc1d4f..80e3fabf 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -84,7 +84,7 @@ int main(int argc, char *argv[])
exit(1);
}
- if (headset_server_init(conn) < 0) {
+ if (headset_server_init(conn, FALSE) < 0) {
error("Headset initialization failed!");
exit(1);
}