aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Murphy <alec@checksum.fail>2021-12-17 21:24:26 -0500
committerAlec Murphy <alec@checksum.fail>2021-12-17 21:24:26 -0500
commite72117d3b8baeac09d5d18995b3415b4526e847f (patch)
treeb72b9790c9c895c0ad384fbb372b7b22c100634e
parent579d126fd8eaa99676600ad64acb9d3247ddc341 (diff)
Fix typo
-rw-r--r--Lib/AC97.HC2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/AC97.HC b/Lib/AC97.HC
index 1ae82f3..9092111 100644
--- a/Lib/AC97.HC
+++ b/Lib/AC97.HC
@@ -225,4 +225,4 @@ U0 @ac97_task() {
}
@ac97_init;
-Spawn(&@ac97_task, "AC97 Task", , 1); \ No newline at end of file
+Spawn(&@ac97_task, , "AC97 Task", 1); \ No newline at end of file