diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-19 21:23:51 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-19 21:23:51 -0500 |
| commit | 05a74482171a30bfad9545ed51c43e20c6fe3690 (patch) | |
| tree | 9d14b23e357d79b8352344b64916ad81b4c16c46 /Kernel | |
| parent | fae9416ebf479263dcdffb919bbf0a3a868dd983 (diff) | |
| download | templeos-floppy-driver-05a74482171a30bfad9545ed51c43e20c6fe3690.tar.gz | |
Fix punctuation on Let2BlkDevTypeFDC.HC
I forgot to stage the change I made to this file's code tags. Whoops.
Diffstat (limited to 'Kernel')
| -rw-r--r-- | Kernel/Patches/Let2BlkDevTypeFDC.HC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Patches/Let2BlkDevTypeFDC.HC b/Kernel/Patches/Let2BlkDevTypeFDC.HC index 2f7db8c..be31e7f 100644 --- a/Kernel/Patches/Let2BlkDevTypeFDC.HC +++ b/Kernel/Patches/Let2BlkDevTypeFDC.HC @@ -1,7 +1,7 @@ // PATCH: Remaps ltrs W-Z for floppy drives // FILE: ::/Kernel/BlkDev/DskDrv.HC -// TO INSTALL: Comment out the original function -// THEN: #include this file after it +// TO INSTALL: Comment out the original function. +// THEN: #include this file after it. I64 Let2BlkDevType(U8 drv_let) {//Drv letter to BlkDev Type. drv_let=0 not allowed. See BDT_NULL. |
