diff --git a/source/remote.c b/source/remote.c index f12ee1b4..769e7057 100644 --- a/source/remote.c +++ b/source/remote.c @@ -1083,7 +1083,7 @@ Result http_get(const char * url, char ** filename, char ** buf, u32 * size, Ins { httpcCloseContext(&context); free(*buf); - DEBUG("realloc failed in http_get - file possibly too large?\n"); // TODO: report this? + DEBUG("realloc failed in http_get - file possibly too large?\n"); return MAKERESULT(RL_FATAL, RS_INTERNAL, RM_KERNEL, RD_OUT_OF_MEMORY); } *buf = new_buf;