Skip to content

Commit

Permalink
Fix: DriveSpaceFree snippet (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyklish committed Jul 31, 2022
1 parent f2f1e70 commit a77c5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ahk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a77c5d6

Please sign in to comment.