From 4172802be80063ded4208231cf9fc2acdc35784b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jul 2009 19:39:42 +0100 Subject: [PATCH] Fix message saying when OK to mess with YPP client --- pctb/convert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pctb/convert.c b/pctb/convert.c index a73efd6..9fcbd58 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -299,8 +299,8 @@ int main(int argc, char **argv) { open_screenshot_file("w"); if (o_flags & ff_singlepage) take_one_screenshot(); else take_screenshots(); - progress_log("OK for you to move the mouse now, and you can " - " use the YPP normally client again."); + progress_log("OK for you to move the mouse now, and you can" + " use the YPP client again."); } if (o_mode & mf_readscreenshot) { if ((o_flags & ff_upload) && !(o_flags & ff_testservers)) -- 2.30.2