summaryrefslogtreecommitdiffstats
path: root/gatchat/gsmdial.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-02-16 15:45:39 -0600
committerDenis Kenzior <denkenz@gmail.com>2011-02-16 15:45:39 -0600
commit36056ddb380a8f726fd5c0be48646bc5c6216675 (patch)
treefaf9b71a43aea94370243c8b3fa39b0c4a1f0775 /gatchat/gsmdial.c
parentc57c78062efd8b0c24b04a562bc718f348461ab7 (diff)
downloadofono-36056ddb380a8f726fd5c0be48646bc5c6216675.tar.bz2
gsmdial: Fix minor style quirk
Diffstat (limited to 'gatchat/gsmdial.c')
-rw-r--r--gatchat/gsmdial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c
index bae5efb6..c2bcf735 100644
--- a/gatchat/gsmdial.c
+++ b/gatchat/gsmdial.c
@@ -56,7 +56,7 @@ static gboolean option_legacy = FALSE;
static gchar *option_username = NULL;
static gchar *option_password = NULL;
static gchar *option_pppdump = NULL;
-static gboolean option_bluetooth = 0;
+static gboolean option_bluetooth = FALSE;
static GAtPPP *ppp;
static GAtChat *control;