# HG changeset patch # User Michael Spacefalcon # Date 1412620433 0 # Node ID ec6e503c1fc7cc73e68daaf46462ce959b7bec4f # Parent 2dcd1bef7ea82054408e41062e8fe4cb310ee4bd gsm-fw/g23m-gsm/sim/sim.h: initial preen fixed some non-ASCII characters in comments and one whitespace nit diff -r 2dcd1bef7ea8 -r ec6e503c1fc7 gsm-fw/g23m-gsm/sim/sim.h --- 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 /*