diff include/marksheet.h @ 10:1fda3a06c39b

file name arrange.
author pyon@macmini
date Fri, 21 Oct 2011 07:58:23 +0900
parents a43adb9537b2
children 5c99c6fa50df
line wrap: on
line diff
--- a/include/marksheet.h	Thu Oct 20 07:44:56 2011 +0900
+++ b/include/marksheet.h	Fri Oct 21 07:58:23 2011 +0900
@@ -1,8 +1,8 @@
 // Filename   : marksheet.h
-// Last Change: 19-Oct-2011.
+// Last Change: 21-Oct-2011.
 //
-#ifndef __MARKSHEET__
-#define __MARKSHEET__
+#ifndef __marksheet__
+#define __marksheet__
 
 bool IsBlack( int r, int g, int b ) 
 {
@@ -89,5 +89,5 @@
     return false;
 };
 
-#endif // __MARKSHEET__
+#endif // __marksheet__