From 77340e92732b250a20e875f16bad2f85f2e3483b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 12 Jan 2015 11:19:11 +0100 Subject: Added a missing backslash to the help text of the SVDRP command MOVR --- svdrp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svdrp.c') diff --git a/svdrp.c b/svdrp.c index c8780325..2b5edb2c 100644 --- a/svdrp.c +++ b/svdrp.c @@ -10,7 +10,7 @@ * and interact with the Video Disk Recorder - or write a full featured * graphical interface that sits on top of an SVDRP connection. * - * $Id: svdrp.c 3.5 2013/10/21 07:46:04 kls Exp $ + * $Id: svdrp.c 3.6 2015/01/12 11:16:27 kls Exp $ */ #include "svdrp.h" @@ -261,7 +261,7 @@ const char *HelpPages[] = { " Move the recording with the given number. Before a recording can be\n" " moved, an LSTR command must have been executed in order to retrieve\n" " the recording numbers. The numbers don't change during subsequent MOVR\n" - " commands.n", + " commands.\n", "NEWC \n" " Create a new channel. Settings must be in the same format as returned\n" " by the LSTC command.", -- cgit v1.2.3