From b8ff1fb5eb60511f21c425e09c473105ffff02cb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 4 Feb 2012 21:59:01 +0100 Subject: updated for version 7.3.423 Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files --- src/ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 3b0ae7248..7322f15f0 100644 --- a/src/ui.c +++ b/src/ui.c @@ -2363,14 +2363,14 @@ clip_x11_own_selection(myShell, cbd) XtLastTimestampProcessed(XtDisplay(myShell)), clip_x11_convert_selection_cb, clip_x11_lose_ownership_cb, NULL) == False) - return FAIL; + return FAIL; } else #endif { if (!XChangeProperty(XtDisplay(myShell), XtWindow(myShell), cbd->sel_atom, timestamp_atom, 32, PropModeAppend, NULL, 0)) - return FAIL; + return FAIL; } /* Flush is required in a terminal as nothing else is doing it. */ XFlush(XtDisplay(myShell)); -- cgit v1.2.1