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": {