FreeCalypso > hg > fc-selenite
changeset 70:1fb5f04c57d4
src/g23m-gprs/sm/sm_mm_output_handler.c: ## fix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Jul 2018 01:09:12 +0000 |
parents | 478dc66469b7 |
children | 8019491a67a9 |
files | src/g23m-gprs/sm/sm_mm_output_handler.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/g23m-gprs/sm/sm_mm_output_handler.c Fri Jul 20 01:06:17 2018 +0000 +++ b/src/g23m-gprs/sm/sm_mm_output_handler.c Fri Jul 20 01:09:12 2018 +0000 @@ -36,7 +36,7 @@ /*==== LOCALS ===============================================================*/ -#define SM_MM_SEND_MSG(c,e,s,M) sm_mm_send_msg(c,e,s,BSIZE_##M##) +#define SM_MM_SEND_MSG(c,e,s,M) sm_mm_send_msg(c,e,s,BSIZE_##M) /*==== PRIVATE FUNCTIONS ====================================================*/