diff options
Diffstat (limited to 'tools/nimgrab.nim')
-rw-r--r-- | tools/nimgrab.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nimgrab.nim b/tools/nimgrab.nim index 937a5dcd4..ee5eced1e 100644 --- a/tools/nimgrab.nim +++ b/tools/nimgrab.nim @@ -5,7 +5,7 @@ when defined(windows): proc syncDownload(url, file: string) = proc progress(status: DownloadStatus, progress: uint, total: uint, - message: string) {.procvar, gcsafe.} = + message: string) {.gcsafe.} = echo "Downloading " & url let t = total.BiggestInt if t != 0: |