From d3c03f808bd3bb37b69cafe0da2e0567419b4128 Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Tue, 8 Dec 2009 15:37:59 +0000 Subject: [PATCH] Fix git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@273 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Units/MMLAddon/mmlpsthread.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Units/MMLAddon/mmlpsthread.pas b/Units/MMLAddon/mmlpsthread.pas index 8ca010f..1c78a7c 100644 --- a/Units/MMLAddon/mmlpsthread.pas +++ b/Units/MMLAddon/mmlpsthread.pas @@ -387,7 +387,7 @@ end; begin c := 0; SetLength(ExportedMethods,200); - {$i PSinc/psexportedmethods.inc} + {$i PSInc/psexportedmethods.inc} SetLength(ExportedMethods,c); end;