From 6caf9f03266707974d3f658b9cde146f7c887455 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Fri, 29 May 2026 20:48:36 -0500 Subject: Update Install.HC I added a missing semicolon that caused the CopyTree call to trigger an exception upon being #included. --- Install.HC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Install.HC') diff --git a/Install.HC b/Install.HC index 00aa318..c070217 100644 --- a/Install.HC +++ b/Install.HC @@ -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"; -- cgit v1.2.3