MorphOS: UtilityBase fixed

git-svn-id: trunk@41953 -
This commit is contained in:
marcus 2019-04-28 10:21:47 +00:00
parent 587397253d
commit 494854b4d3

View File

@ -140,8 +140,8 @@ const
type
PUtilityBase = ^TUtilityName;
TUtilityName = packed record
PUtilityBase = ^TUtilityBase;
TUtilityBase = packed record
ub_LibNode : TLibrary;
ub_Language: Byte;
ub_Reserved: Byte;