Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed May 22, 2024
1 parent 0bc453c commit 9f87285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libjx/code/JXFileListTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ JXFileListTable::SetEditMenuProvider
VisInfo* info = const_cast<VisInfo*>(itsVisibleList->GetCArray()); \
for (JUnsignedOffset i=0; i<count; i++) \
{ \
m.AdjustIndex(&(info[i].fileIndex)); \
m.AdjustIndex(&info[i].fileIndex); \
}

void
Expand Down

0 comments on commit 9f87285

Please sign in to comment.