summaryrefslogtreecommitdiff
path: root/include/delphi/m_api.pas
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_api.pas')
-rw-r--r--include/delphi/m_api.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas
index df759fecf9..65b045a843 100644
--- a/include/delphi/m_api.pas
+++ b/include/delphi/m_api.pas
@@ -180,7 +180,7 @@ const
var
{ has to be returned via MirandaPluginInfo and has to be statically allocated,
this means only one module can return info, you shouldn't be merging them anyway! }
- PLUGININFO: TPLUGININFOEX;
+ PluginInfo: TPLUGININFOEX;
{$include m_database.inc}
{$include m_db_int.inc}
@@ -253,7 +253,7 @@ var
implementation
var
- hLangpack : integer = 0;
+ hLangpack:int = 0;
{$undef M_API_UNIT}
{$include m_helpers.inc}