trivial: remove unecessary semicolons

This commit is contained in:
Vitaly Gimly
2011-11-30 10:56:50 -06:00
committed by Dan Williams
parent 65340bdf6c
commit ae92c74a77

View File

@@ -81,8 +81,8 @@ void mm_modem_gsm_ussd_cancel (MMModemGsmUssd *self,
gpointer user_data);
/* CBS data coding scheme - 3GPP TS 23.038 */
#define MM_MODEM_GSM_USSD_SCHEME_7BIT 0b00001111;
#define MM_MODEM_GSM_USSD_SCHEME_UCS2 0b01001000;
#define MM_MODEM_GSM_USSD_SCHEME_7BIT 0b00001111
#define MM_MODEM_GSM_USSD_SCHEME_UCS2 0b01001000
char *mm_modem_gsm_ussd_encode (MMModemGsmUssd *self,
const char* command,