diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-10-24 21:40:35 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-10-24 21:40:35 +0000 |
commit | 040de64c864639dee09801f3a9cdb32599819da5 (patch) | |
tree | 313fe733af38f825fa2fab8d4ebf124c811ee6b8 | |
parent | 3de478447168a2520e1c69f59abe47353cefa065 (diff) |
Some more coding style fixes
-rw-r--r-- | audio/gsta2dpsink.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c index 6456c8f6..2066496f 100644 --- a/audio/gsta2dpsink.c +++ b/audio/gsta2dpsink.c @@ -350,7 +350,6 @@ static gboolean gst_a2dp_sink_init_pkt_conf(GstA2dpSink *sink, pkt->error = PKT_ERROR_NONE; return TRUE; - } static gboolean gst_a2dp_sink_conf_resp(GstA2dpSink *sink) @@ -433,8 +432,8 @@ static gboolean gst_a2dp_sink_conf_recv_dev_conf(GstA2dpSink *sink) ret = gst_a2dp_sink_bluetooth_a2dp_init(sink, sbc); if (ret < 0) return FALSE; - } + return TRUE; } @@ -499,7 +498,7 @@ static gboolean gst_a2dp_sink_conf_recv_stream_fd(GstA2dpSink *self) GST_WARNING_OBJECT(self, "Error while " "setting server " "socket to block"); - } + } memset(data->buffer, 0, sizeof(data->buffer)); |