From 7278bf2284f354a24aeabf4e63bff39f3047cbaa Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:32:58 -0500 Subject: add a newline --- instr-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instr-client.c') diff --git a/instr-client.c b/instr-client.c index c894bee..fa876fb 100644 --- a/instr-client.c +++ b/instr-client.c @@ -132,7 +132,7 @@ int main(int argc, char** argv) g_object_unref(client); return -1; } - g_printf("Welcome to InstrumentShell v%s\n\n",FW_VERSION); + g_printf("\nWelcome to InstrumentShell v%s\n\n",FW_VERSION); g_print("> "); //register Pollable sources -- cgit