1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-26 01:32:25 +00:00

Fix indentation after Richard B's patch in rev 1.137 [r3409].

[originally from svn r4241]
[r3409 == 7798a59987]
This commit is contained in:
Simon Tatham 2004-05-22 14:21:27 +00:00
parent f5a7d348cd
commit 2ff7b4385f

View File

@ -1599,7 +1599,8 @@ void selection_received(GtkWidget *widget, GtkSelectionData *seldata,
tp.encoding = (Atom) seldata->type;
tp.format = seldata->format;
tp.nitems = seldata->length;
ret = Xutf8TextPropertyToTextList(GDK_DISPLAY(), &tp, &list, &count);
ret = Xutf8TextPropertyToTextList(GDK_DISPLAY(), &tp,
&list, &count);
if (ret != 0 || count != 1) {
/*
* Compound text failed; fall back to STRING.