Imported Upstream version 2.7
[ossec-hids.git] / src / win32 / service-start.c
index 24d30e2..057f142 100644 (file)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/win32/service-start.c, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
@@ -8,7 +9,7 @@
  * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
-       
+
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -22,7 +23,7 @@ int main(int argc, char **argv)
     printf("%s: Attempting to start ossec.", argv[0]);
 
     system("net start OssecSvc");
-    
+
     system("pause");
     return(0);
 }