diff plugins/docklet/docklet-win32.c @ 9863:0e3a84f18467

[gaim-migrate @ 10742] Whitespace and comment changes, mostly. And changed a few other things that aren't ansi c... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 03:09:08 +0000
parents 4d05b6e9e9cd
children d082b2a71ee7
line wrap: on
line diff
--- a/plugins/docklet/docklet-win32.c	Wed Aug 25 02:04:38 2004 +0000
+++ b/plugins/docklet/docklet-win32.c	Wed Aug 25 03:09:08 2004 +0000
@@ -128,7 +128,7 @@
 
 	RegisterClassEx(&wcex);
 
-	// Create the window
+	/* Create the window */
 	return (CreateWindow(wname, "", 0, 0, 0, 0, 0, GetDesktopWindow(), NULL, wgaim_hinstance(), 0));
 }