mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
raop: Fix indentation
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
This commit is contained in:
parent
94fc8c9ee2
commit
20960e7cc6
1 changed files with 2 additions and 2 deletions
|
|
@ -1037,8 +1037,8 @@ static void rtsp_stream_cb(pa_rtsp_client *rtsp, pa_rtsp_state_t state, pa_rtsp_
|
|||
/* Now parse out the server port component of the response. */
|
||||
while ((token = pa_split(trs, delimiters, &token_state))) {
|
||||
if ((pc = strstr(token, "="))) {
|
||||
*pc = 0;
|
||||
if (pa_streq(token, "control_port"))
|
||||
*pc = 0;
|
||||
if (pa_streq(token, "control_port"))
|
||||
pa_atou(pc + 1, &cport);
|
||||
if (pa_streq(token, "timing_port"))
|
||||
pa_atou(pc + 1, &tport);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue