diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-05-29 20:48:36 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-05-29 20:48:36 -0500 |
| commit | 6caf9f03266707974d3f658b9cde146f7c887455 (patch) | |
| tree | 8d6d90ad19a873868de159c771e0dcbeee661030 /Install.HC | |
| parent | 07b8c4a33e4dd008b12b355a10213f0fe7dd287c (diff) | |
| download | templeos-floppy-driver-6caf9f03266707974d3f658b9cde146f7c887455.tar.gz | |
Update Install.HC
I added a missing semicolon that caused the CopyTree call to trigger an
exception upon being #included.
Diffstat (limited to 'Install.HC')
| -rw-r--r-- | Install.HC | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ // This program semi-automates the floppy driver install process. -CopyTree("./Kernel/", "::/Kernel/") +CopyTree("./Kernel/", "::/Kernel/"); "The driver files have now been copied to your Kernel directory\n"; "To complete the installation:\n\n"; |
