cosmetic: whitespace cleanup
This commit is contained in:
parent
6cef303fc1
commit
372afa1ae6
@ -1190,8 +1190,7 @@ BuildResp2_upnphttp(struct upnphttp * h, int respcode,
|
|||||||
|
|
||||||
/* responding 200 OK ! */
|
/* responding 200 OK ! */
|
||||||
void
|
void
|
||||||
BuildResp_upnphttp(struct upnphttp * h,
|
BuildResp_upnphttp(struct upnphttp *h, const char *body, int bodylen)
|
||||||
const char * body, int bodylen)
|
|
||||||
{
|
{
|
||||||
BuildResp2_upnphttp(h, 200, "OK", body, bodylen);
|
BuildResp2_upnphttp(h, 200, "OK", body, bodylen);
|
||||||
}
|
}
|
||||||
@ -1861,7 +1860,7 @@ SendResp_dlnafile(struct upnphttp *h, char *object)
|
|||||||
if( newpid > 0 )
|
if( newpid > 0 )
|
||||||
{
|
{
|
||||||
CloseSocket_upnphttp(h);
|
CloseSocket_upnphttp(h);
|
||||||
goto error;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user