[Pcsclite-cvs-commit] r1990 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Fri Mar 31 16:24:01 CEST 2006


Author: rousseau
Date: 2006-03-31 14:23:52 +0000 (Fri, 31 Mar 2006)
New Revision: 1990

Modified:
   trunk/PCSC/src/misc.h
Log:
use __misc_h__ instead of __local_h__ since the file name is misc.h


Modified: trunk/PCSC/src/misc.h
===================================================================
--- trunk/PCSC/src/misc.h	2006-03-31 14:19:18 UTC (rev 1989)
+++ trunk/PCSC/src/misc.h	2006-03-31 14:23:52 UTC (rev 1990)
@@ -9,8 +9,8 @@
  * $Id$
  */
 
-#ifndef __local_h__
-#define __local_h__
+#ifndef __misc_h__
+#define __misc_h__
 
 #ifdef __cplusplus
 extern "C"
@@ -55,4 +55,4 @@
 }
 #endif
 
-#endif /* __lcoal_h__ */
+#endif /* __misc_h__ */




More information about the Pcsclite-cvs-commit mailing list