From 2299687dec9010df6bb5630057435280b98f90d9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 9 Mar 2025 06:07:31 +0100 Subject: RAN format command, and fix DiskImage framework. Signed-off-by: Amlal El Mahrouss --- public/tools/make_app/src/CommandLine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/tools/make_app/src/CommandLine.cc') 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]; -- cgit v1.2.3