diff --git a/programs/develop/libraries/http/examples/get.asm b/programs/develop/libraries/http/examples/get.asm index 1a1ba381e6..5bb6141922 100644 --- a/programs/develop/libraries/http/examples/get.asm +++ b/programs/develop/libraries/http/examples/get.asm @@ -168,7 +168,7 @@ fail: download_1: DEBUGF 1, "Starting download\n" - invoke HTTP_get, 0, 0, params, 0 + invoke HTTP_get, document_user, 0, params, 0 test eax, eax jz fail mov [identifier], eax