From 02b361c0b00467399192827a25801f7e6ccf02b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 18 Apr 2010 09:41:44 +0000 Subject: [PATCH] add a newline after setwep status (patch from luroh #5739). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36338 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/network/setwep/setwep.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bin/network/setwep/setwep.c b/src/bin/network/setwep/setwep.c index 36faec2010..9033c9c629 100644 --- a/src/bin/network/setwep/setwep.c +++ b/src/bin/network/setwep/setwep.c @@ -4,7 +4,7 @@ * Distributed under the terms of the MIT License. * * Many parts - * + * * Copyright 2001 The Aerospace Corporation. * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. * All rights reserved. @@ -31,7 +31,7 @@ #include #include -static const char* +static const char* get_string(const char* val, const char* sep, u_int8_t* buf, int* lenp) { int len; @@ -254,6 +254,8 @@ show_status(const char* dev, int s) } } else print_string(data, len); + + printf("\n"); }