[dss-commits] r8813 - dss/trunk/core

dss-commits at forum.digitalstrom.org dss-commits at forum.digitalstrom.org
Mon Oct 5 12:49:35 CEST 2009


Author: jwinkelmann
Date: 2009-10-05 12:49:35 +0200 (Mon, 05 Oct 2009)
New Revision: 8813

Modified:
   dss/trunk/core/dss.h
   dss/trunk/core/logger.h
Log:
typo fix

Modified: dss/trunk/core/dss.h
===================================================================
--- dss/trunk/core/dss.h	2009-10-05 10:49:32 UTC (rev 8812)
+++ dss/trunk/core/dss.h	2009-10-05 10:49:35 UTC (rev 8813)
@@ -103,7 +103,7 @@
     static void teardown();
 #endif
     static std::string versionString();
-    
+
 #ifndef WIN32
     static void handleSignal(int signum);
 #endif
@@ -129,5 +129,5 @@
 
 }
 
-#endif // DSS_H_INLUDED
+#endif // DSS_H_INCLUDED
 

Modified: dss/trunk/core/logger.h
===================================================================
--- dss/trunk/core/logger.h	2009-10-05 10:49:32 UTC (rev 8812)
+++ dss/trunk/core/logger.h	2009-10-05 10:49:35 UTC (rev 8813)
@@ -19,8 +19,8 @@
 
 */
 
-#ifndef LOGGER_H_INLUDED
-#define LOGGER_H_INLUDED
+#ifndef LOGGER_H_INCLUDED
+#define LOGGER_H_INCLUDED
 
 #include <string>
 #include <ostream>



More information about the dss-commits mailing list