mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix examples
This commit is contained in:
@ -24,7 +24,7 @@ fn download_cb(ptr voidptr, size, nmemb size_t, userp voidptr) int {
|
||||
return written
|
||||
}
|
||||
|
||||
fn download_file_with_progress(url, out string, cb, cb_finished download_finished_fn) {
|
||||
fn download_file_with_progress(url, out string, cb, cb_finished downloadfn) {
|
||||
curl := C.curl_easy_init()
|
||||
if isnil(curl) {
|
||||
return
|
||||
|
Reference in New Issue
Block a user