Proposed fix for issue #66

This commit is contained in:
plutoo 2014-12-15 01:36:25 +01:00
parent 2d22fcd5e5
commit a3febb5fe1

View File

@ -59,7 +59,7 @@ Result httpcCloseContext(httpcContext *context)
{
Result ret=0;
ret = HTTPC_CloseContext(context->servhandle, context->httphandle);
ret = HTTPC_CloseContext(__httpc_servhandle, context->httphandle);
svcCloseHandle(context->servhandle);
return ret;