From 90c4478ff69a68116193a4f427e2dd5b3ba54198 Mon Sep 17 00:00:00 2001 From: kyklish Date: Sun, 31 Jul 2022 18:58:46 +0300 Subject: [PATCH] fix DriveSpaceFree snippet --- snippets/ahk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ahk.json b/snippets/ahk.json index 38ccb8ef..b6060a0d 100644 --- a/snippets/ahk.json +++ b/snippets/ahk.json @@ -305,7 +305,7 @@ }, "DriveSpaceFree": { "prefix": "DriveSpaceFree", - "body": "DriveSpaceFree, ${1:OutputVar}, ${2:C:\\}", + "body": "DriveSpaceFree, ${1:OutputVar}, ${2:C:\\\\}", "description": "Retrieves the free disk space of a drive, in Megabytes." }, "Edit": {