From 47702b0d6fe3f18f36eb633056db2914ad019945 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 21 Mar 2025 05:15:21 +0100 Subject: FIX: DI_DISK doesn't exist, it's DI_DISK_IMAGE. --- public/frameworks/DiskImage.fwrk/headers/DiskImage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/frameworks/DiskImage.fwrk/headers/DiskImage.h b/public/frameworks/DiskImage.fwrk/headers/DiskImage.h index b186c551..8aa8dd8e 100644 --- a/public/frameworks/DiskImage.fwrk/headers/DiskImage.h +++ b/public/frameworks/DiskImage.fwrk/headers/DiskImage.h @@ -21,7 +21,7 @@ #define kDISuccessStatus (0) #define kDIFailureStatus (1) -struct DI_DISK; +struct DI_DISK_IMAGE; struct DI_DISK_IMAGE { -- cgit v1.2.3