projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09901d5
)
Fixed a typo.
author
Sami Aario
<sami.aario@surfeu.fi>
Tue, 30 Dec 2003 19:14:35 +0000
(19:14 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 30 Dec 2003 19:14:35 +0000
(19:14 +0000)
dlls/x11drv/clipboard.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/x11drv/clipboard.c
b/dlls/x11drv/clipboard.c
index
ca24473
..
adf1752
100644
(file)
--- a/
dlls/x11drv/clipboard.c
+++ b/
dlls/x11drv/clipboard.c
@@
-1387,7
+1387,7
@@
static int X11DRV_CLIPBOARD_QueryAvailableData(LPCLIPBOARDINFO lpcbinfo)
if (!hWndClipWindow)
{
- WARN("No window available to retrieve selection!n");
+ WARN("No window available to retrieve selection!
\
n");
return -1;
}