diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-29 22:47:21 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 14:57:21 +0200 |
commit | fba279d351740656f1cbf610405a802aebe5b7a9 (patch) | |
tree | 74273e83c39df71e12878e774834d39c727db36e /nx-X11 | |
parent | 5d2dbfaa2be7b4ccc24511edf103c43be5c38052 (diff) | |
download | nx-libs-fba279d351740656f1cbf610405a802aebe5b7a9.tar.gz nx-libs-fba279d351740656f1cbf610405a802aebe5b7a9.tar.bz2 nx-libs-fba279d351740656f1cbf610405a802aebe5b7a9.zip |
NXproperty.c: fix comment/formatting
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/NXproperty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXproperty.c b/nx-X11/programs/Xserver/hw/nxagent/NXproperty.c index 24772119e..b55392690 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/NXproperty.c +++ b/nx-X11/programs/Xserver/hw/nxagent/NXproperty.c @@ -451,7 +451,7 @@ ProcGetProperty(ClientPtr client) #ifdef NXAGENT_CLIPBOARD /* GetWindowProperty clipboard use only */ -/* FIXME: that's wrong, it is also called in Window.c and Events. */ +/* FIXME: that's wrong, it is also called in Window.c and Events.c */ /* FIXME: should be moved to a different file, is not derived from dix */ int @@ -506,7 +506,6 @@ GetWindowProperty(pWin, property, longOffset, longLength, delete, pProp = pProp->next; } - if (!pProp) { #ifdef DEBUG |