diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-09 06:07:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-09 06:07:31 +0100 |
| commit | 2299687dec9010df6bb5630057435280b98f90d9 (patch) | |
| tree | 079c2bd8a601b7619b5793be360095cec0e87841 /public/tools | |
| parent | eab0c97a968cc4c0aa77c61185df25884a99357f (diff) | |
RAN format command, and fix DiskImage framework.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools')
| -rw-r--r-- | public/tools/make_app/Steps.h | 2 | ||||
| -rw-r--r-- | public/tools/make_app/src/CommandLine.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/make_app/Steps.h b/public/tools/make_app/Steps.h index 83962da0..3b302eeb 100644 --- a/public/tools/make_app/Steps.h +++ b/public/tools/make_app/Steps.h @@ -10,7 +10,7 @@ #include <Framework.h> #define kStepsExtension ".stp" -#define kStepsStrLen (256U) +#define kStepsStrLen (256U) struct STEPS_COMMON_RECORD final { diff --git a/public/tools/make_app/src/CommandLine.cc b/public/tools/make_app/src/CommandLine.cc index 984251a5..49be4795 100644 --- a/public/tools/make_app/src/CommandLine.cc +++ b/public/tools/make_app/src/CommandLine.cc @@ -81,7 +81,7 @@ int main(int argc, char* argv[]) handle = nullptr; } - + for (SInt32 i = 0; i < files.Count(); ++i) { auto& file = files[i]; |
