White spaces.

This commit is contained in:
Marcelo Roberto Jimenez 2010-10-20 10:29:45 -02:00
parent cc472bc2cd
commit bd5758186c

View File

@ -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) {