Browse Source

-fixed bug

git-svn-id: trunk@4654 -
ivost 19 years ago
parent
commit
0ccfa36621
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/extra/mad/mad.pas

+ 1 - 1
packages/extra/mad/mad.pas

@@ -36,7 +36,7 @@ const
   madlib = 'libmad.dll';
   madlib = 'libmad.dll';
 {$ELSE}
 {$ELSE}
   {$LINKLIB mad}
   {$LINKLIB mad}
-{$END}
+{$ENDIF}
 
 
 
 
 (***********************************************************************)
 (***********************************************************************)