--- smsdaemon/plugins/HostStatusPlugin.cpp 2008/12/18 06:47:26 195 +++ smsdaemon/plugins/HostStatusPlugin.cpp 2008/12/18 06:53:29 196 @@ -10,7 +10,7 @@ using namespace std; HostStatusPlugin::HostStatusPlugin() - : Plugin("hoststatus", "returns an sms with host server status") + : Plugin("hoststatus", "returns an sms with host server status") { } @@ -49,5 +49,5 @@ message += out; modem.SendSms(sms.GetSender(), message, true); - + }