Skip to content

Commit

Permalink
Update FFUFactory.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Sep 22, 2024
1 parent 316cec9 commit ebd8b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Img2Ffu.Library/Writer/FFUFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static void GenerateFFU(

foreach (InputForStore inputForStore in InputsForStores)
{
// FFU Stores index starting from 1, not 0
// FFU Stores indexing starts from 1, not 0
StoreIndex++;

Logging.Log($"[Store #{StoreIndex}] Input image: {inputForStore.InputFile}");
Expand Down

0 comments on commit ebd8b6d

Please sign in to comment.