(http_lib.c) Add spaces

This commit is contained in:
twinaphex 2014-12-20 21:53:45 +01:00
parent a5394f4e77
commit bfdf283a11

View File

@ -326,8 +326,9 @@ http_retcode http_get(const char *filename, char **pdata, int *plength, char *ty
if (!pdata)
return ERRNULL;
else
*pdata = NULL;
if (plength)
*plength = 0;
if (typebuf)