Add colons to SMS prefixes

This commit is contained in:
Denis Kenzior 2009-06-04 12:35:17 -05:00
parent 3dcd15a4d8
commit 973b33f47e
1 changed files with 5 additions and 5 deletions

View File

@ -38,11 +38,11 @@
#include "at.h"
static const char *csca_prefix[] = { "+CSCA", NULL };
static const char *csms_prefix[] = { "+CSMS", NULL };
static const char *cmgf_prefix[] = { "+CMGF", NULL };
static const char *cpms_prefix[] = { "+CPMS", NULL };
static const char *cnmi_prefix[] = { "+CNMI", NULL };
static const char *csca_prefix[] = { "+CSCA:", NULL };
static const char *csms_prefix[] = { "+CSMS:", NULL };
static const char *cmgf_prefix[] = { "+CMGF:", NULL };
static const char *cpms_prefix[] = { "+CPMS:", NULL };
static const char *cnmi_prefix[] = { "+CNMI:", NULL };
static gboolean set_cmgf(gpointer user_data);
static gboolean set_cpms(gpointer user_data);