summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2014-01-02 16:49:34 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2014-01-07 12:36:32 -0300
commit365b5babe22a32ef143747cb7a714083f29355e7 (patch)
treeb60f6338e829907589397457ba0e04f6141410a8
parente3c6656346896cf56756aba320e1f5bd37fd4d01 (diff)
btctl: Remove extra blank line
-rw-r--r--btctl/btctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/btctl/btctl.c b/btctl/btctl.c
index d47d3f7..1312840 100644
--- a/btctl/btctl.c
+++ b/btctl/btctl.c
@@ -135,7 +135,6 @@ typedef struct cmd {
void (*handler)(char *args);
} cmd_t;
-
void change_prompt_state(prompt_state_t new_state) {
static char prompt_line[64] = {0};
char addr_str[BT_ADDRESS_STR_LEN];