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
This commit is contained in:
Jérôme Duval
2010-04-18 09:41:44 +00:00
parent 4607535f11
commit 02b361c0b0
+2
View File
@@ -254,6 +254,8 @@ show_status(const char* dev, int s)
}
} else
print_string(data, len);
printf("\n");
}