summaryrefslogtreecommitdiff
path: root/instr-client.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-13 20:54:45 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-13 20:54:45 -0400
commit0b3ae523971cd3bfae93dbffe202285e5a435520 (patch)
tree20d7562036e603cc4c44c7715d3867cb9275b106 /instr-client.c
parentfc17e46aefc3b5f4e2d4dda8e09f9fa6533377be (diff)
let parser handle command prompt generation
Diffstat (limited to 'instr-client.c')
-rw-r--r--instr-client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/instr-client.c b/instr-client.c
index fc15a20..a091d4e 100644
--- a/instr-client.c
+++ b/instr-client.c
@@ -105,7 +105,6 @@ static gboolean cbServerInput(gpointer data, gpointer additional)
if(buffer[0] != ' ') {
g_print("%s", buffer);
}
- g_print("> ");
return TRUE;
}
@@ -155,4 +154,4 @@ int main(int argc, char** argv)
g_source_attach(inSource, NULL);
g_main_loop_run (g_main_loop_new (NULL, FALSE));
return 0;
-} \ No newline at end of file
+}