diff options
author | 2016-05-01 09:55:43 +0200 | |
---|---|---|
committer | 2016-05-01 09:55:43 +0200 | |
commit | 9499064a806bd0f7fd4ae4341fd473a3ef8f05a5 (patch) | |
tree | 3c3c3b2bc923840c875f125274d6f41fc3fce77d | |
parent | 949fddaaa8d5f68d96226440aaf81ea82aa70280 (diff) |
typo fix (nw)
-rw-r--r-- | scripts/src/sound.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index f2b9842544b..019071aca32 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -95,7 +95,7 @@ end --------------------------------------------------- -- AC97 ---@src/devices/sound/pic-ac97.h,SOUNDS["AC97"] = true +--@src/devices/sound/pci-ac97.h,SOUNDS["AC97"] = true --------------------------------------------------- if (SOUNDS["AC97"]~=null) then |