changeset 749:ec6e503c1fc7

gsm-fw/g23m-gsm/sim/sim.h: initial preen fixed some non-ASCII characters in comments and one whitespace nit
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 Oct 2014 18:33:53 +0000
parents 2dcd1bef7ea8
children 05c04e46a650
files gsm-fw/g23m-gsm/sim/sim.h
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/sim/sim.h	Mon Oct 06 02:21:51 2014 +0000
+++ b/gsm-fw/g23m-gsm/sim/sim.h	Mon Oct 06 18:33:53 2014 +0000
@@ -233,7 +233,7 @@
 #elif defined (SIM_TOOLKIT) /* else if FF_SAT_E */
     #define MAX_SAT_TIMER         8
     #define NUM_OF_SIM_TIMERS    (MAX_SAT_TIMER + 2)
-  #else /* SIM_TOOLKIT */
+#else /* SIM_TOOLKIT */
     #define NUM_OF_SIM_TIMERS     2
 #endif
 
@@ -664,31 +664,31 @@
  *
  * ADN_SUPPORT_BY_SIM (bit 0)
  * 1   The current SIM supports ADN
- * 0   The current SIM doesn´t support ADN
+ * 0   The current SIM doesn't support ADN
  */
 #define ADN_SUPPORT_BY_SIM 0
 /*
  * FDN_SUPPORT_BY_SIM (bit 1)
  * 1   The current SIM supports FDN
- * 0   The current SIM doesn´t support FDN
+ * 0   The current SIM doesn't support FDN
  */
 #define FDN_SUPPORT_BY_SIM 1
 /*
  * BDN_SUPPORT_BY_SIM (bit 2)
  * 1   The current SIM supports BDN
- * 0   The current SIM doesn´t support BDN
+ * 0   The current SIM doesn't support BDN
  */
 #define BDN_SUPPORT_BY_SIM 2
 /*
  * FDN_SUPPORT_BY_MMI (bit 3)
  * 1   The current MMI supports FDN
- * 0   The current MMI doesn´t support FDN
+ * 0   The current MMI doesn't support FDN
  */
 #define FDN_SUPPORT_BY_MMI 3
 /*
  * BDN_SUPPORT_BY_SIM (bit 4)
  * 1   The current MMI supports BDN
- * 0   The current MMI doesn´t support BDN
+ * 0   The current MMI doesn't support BDN
  */
 #define BDN_SUPPORT_BY_MMI 4
 /*
@@ -748,7 +748,7 @@
 /*
  * MM_KNOWS_FROM_SIM (bit 14)
  * 1   MM knows from the SIM card content
- * 0   MM doesn´t know from the SIM card content
+ * 0   MM doesn't know from the SIM card content
  */
 #define MM_KNOWS_FROM_SIM 14
 /*