From 545575bf743000be3e96d059df2446a6d4e830d0 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Thu, 30 Mar 2006 20:50:44 +0000 Subject: [PATCH] Fix IPC help formatting for a few items. SVN revision: 21603 --- src/ipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ipc.c b/src/ipc.c index 9eed46ce..9e2b943d 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -1267,9 +1267,9 @@ static const IpcItem IPCArray[] = { "Pop up a dialog box with an OK button", "use \"dialog_ok \" to pop up a dialog box\n"}, { - IPC_Border, "border", NULL, "List available borders\n", NULL}, + IPC_Border, "border", NULL, "List available borders", NULL}, { - IPC_Screen, "screen", NULL, "Return screen information\n", NULL}, + IPC_Screen, "screen", NULL, "Return screen information", NULL}, { SnapIpcFunc, "list_remember", "rl",