summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-10-08 19:36:16 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-10-08 19:36:16 +0100
commitabb62d6482106a7f8f8932c5733f79b3f5c60711 (patch)
treeeda8657f9bcc8eec4759df7d2858b0ce4448ff15
parente343e3c02f79b2feb0252d2f66484c474c029ac9 (diff)
parent0b77499e880b3038a2bb9d09abaa6a52bcb83e16 (diff)
Merge branch 'cygwin-patches-for-1.16' into cygwin-release-1.16xserver-cygwin-1.16.1-2
-rw-r--r--hw/xwin/winclipboard/xevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winclipboard/xevents.c b/hw/xwin/winclipboard/xevents.c
index 061b87cbf..8135b1cde 100644
--- a/hw/xwin/winclipboard/xevents.c
+++ b/hw/xwin/winclipboard/xevents.c
@@ -567,7 +567,7 @@ winClipboardFlushXEvents(HWND hwnd,
if (event.xselection.property == None) {
char *pszAtomName = XGetAtomName(pDisplay, event.xselection.target);
ErrorF("winClipboardFlushXEvents - SelectionNotify - "
- "Conversion to format %d %s refused.\n",
+ "Conversion to format %s %d refused.\n",
pszAtomName, event.xselection.target);
XFree(pszAtomName);
return WIN_XEVENTS_FAILED;