aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/advapi32.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-31 22:21:13 +0100
committergingerBill <bill@gingerbill.org>2021-08-31 22:21:13 +0100
commit251da264ed6e0f039931683c7b0d4b97e88c8d99 (patch)
treec7a9a088477d2452c2cf850458c62d994a211df6 /core/sys/windows/advapi32.odin
parentb176af27427a6c39448a71a8023e4a9877f0a51c (diff)
Remove unneeded semicolons from the core library
Diffstat (limited to 'core/sys/windows/advapi32.odin')
-rw-r--r--core/sys/windows/advapi32.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/advapi32.odin b/core/sys/windows/advapi32.odin
index 7e14aa3f8..a2a24242f 100644
--- a/core/sys/windows/advapi32.odin
+++ b/core/sys/windows/advapi32.odin
@@ -63,5 +63,5 @@ foreign advapi32 {
lpCurrentDirectory: wstring,
lpStartupInfo: LPSTARTUPINFO,
lpProcessInformation: LPPROCESS_INFORMATION,
- ) -> BOOL ---;
+ ) -> BOOL ---
} \ No newline at end of file