Browse Source

AmigaOS4: fixed pack in workbench unit

git-svn-id: trunk@36727 -
marcus 8 years ago
parent
commit
f60e3686c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/os4units/src/workbench.pas

+ 1 - 1
packages/os4units/src/workbench.pas

@@ -13,7 +13,7 @@
 
  **********************************************************************}
 unit Workbench;
-{$PACKRECORDS C}
+{$PACKRECORDS 2}
 
 Interface