White spaces.
This commit is contained in:
parent
cc472bc2cd
commit
bd5758186c
@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
#include "webserver.h"
|
#include "webserver.h"
|
||||||
|
|
||||||
|
|
||||||
#include "httpparser.h"
|
#include "httpparser.h"
|
||||||
#include "httpreadwrite.h"
|
#include "httpreadwrite.h"
|
||||||
#include "ithread.h"
|
#include "ithread.h"
|
||||||
@ -335,7 +336,6 @@ static UPNP_INLINE int get_content_type(
|
|||||||
}
|
}
|
||||||
sprintf(temp, "%s/%s", type, subtype);
|
sprintf(temp, "%s/%s", type, subtype);
|
||||||
(*content_type) = ixmlCloneDOMString(temp);
|
(*content_type) = ixmlCloneDOMString(temp);
|
||||||
|
|
||||||
free(temp);
|
free(temp);
|
||||||
|
|
||||||
if (!content_type) {
|
if (!content_type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user