user32: Add missing doc comment.

Alexander Scott-Johns alexander.scott.johns at googlemail.com
Wed Oct 7 08:45:06 CDT 2009


-------------- next part --------------
From 8233bf54619220ea9e90e747e7cffba80086c979 Mon Sep 17 00:00:00 2001
From: Alexander Scott-Johns <alexander.scott.johns at googlemail.com>
Date: Wed, 7 Oct 2009 14:30:19 +0100
Subject: user32: Add missing doc comment.

---
 dlls/user32/clipboard.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/user32/clipboard.c b/dlls/user32/clipboard.c
index c69d0c3..860e73f 100644
--- a/dlls/user32/clipboard.c
+++ b/dlls/user32/clipboard.c
@@ -188,6 +188,9 @@ static BOOL CLIPBOARD_CloseClipboard(void)
     return bRet;
 }
 
+/**************************************************************************
+ *		CLIPBOARD_SetClipboardViewer
+ */
 static HWND CLIPBOARD_SetClipboardViewer( HWND hWnd )
 {
     HWND hwndPrev = 0;
-- 
1.6.0.4


More information about the wine-patches mailing list