diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-12-07 06:18:59 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-12-07 06:18:59 +0000 |
commit | 1ddd76afa25d775788e3762ab731cad80f8ffe56 (patch) | |
tree | 81b2ce9a73db61b687f961df6f3e5dba31477aaf /audio/a2dp.c | |
parent | 721d249e314b0591274436594be56805bf5a2822 (diff) |
Minor coding style fixes
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r-- | audio/a2dp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c index bf644359..95040873 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -270,7 +270,7 @@ static void stream_state_changed(struct avdtp_stream *stream, avdtp_unref(sep->session); sep->session = NULL; } - + sep->stream = NULL; } |