From 2bd5170e3323992c3c5a92229a1c833040539a6a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 1 Aug 2007 02:18:19 +0000 Subject: [PATCH] stupid gcc... what is it with you and newlines (fixes linux build) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401238 --- core/systems/PluginSys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/systems/PluginSys.cpp b/core/systems/PluginSys.cpp index 3b2fd43f..91e8b1cf 100644 --- a/core/systems/PluginSys.cpp +++ b/core/systems/PluginSys.cpp @@ -2362,4 +2362,4 @@ void CPluginManager::AllPluginsLoaded() pl = (*iter); pl->Call_OnAllPluginsLoaded(); } -} \ No newline at end of file +}