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/make_app/src/CommandLine.cc | |
| 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/make_app/src/CommandLine.cc')
| -rw-r--r-- | public/tools/make_app/src/CommandLine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |
