Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-xyz committed Nov 14, 2024
1 parent d99b09e commit 154aa1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/Hex.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<PathDelim Value="\"/>
<General>
<Flags>
<AlwaysBuild Value="True"/>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
Expand Down
2 changes: 1 addition & 1 deletion source/frames/hxobjectviewerframe.pas
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function TExtractor.CreateView(AOwner: TWinControl; AOffset: Integer;
end;

{ Main method to be called from outside.
Checks wheter an extractable embedded object exists at the "AOffset" of then
Checks wheter an extractable embedded object exists at the "AOffset" of the
"AHexEditor".
If yes, the viewing component is created which fits to the
type of the embedded object; the component is inserted as a child of "AParent".
Expand Down

0 comments on commit 154aa1f

Please sign in to comment.