diff src/w32term.c @ 95170:194ed5c5c97e

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 21 May 2008 09:25:50 +0000
parents 2905831ea99f
children b4799755ba3d
line wrap: on
line diff
--- a/src/w32term.c	Wed May 21 08:01:18 2008 +0000
+++ b/src/w32term.c	Wed May 21 09:25:50 2008 +0000
@@ -131,14 +131,14 @@
   USHORT cGlyphs;
 } WCRANGE;
 
-typedef struct tagGLYPHSET 
+typedef struct tagGLYPHSET
 {
   DWORD cbThis;
   DWORD flAccel;
   DWORD cGlyphsSupported;
   DWORD cRanges;
   WCRANGE ranges[1];
-} GLYPHSET;  
+} GLYPHSET;
 
 #endif
 
@@ -4805,7 +4805,7 @@
 	      inev.timestamp = msg.msg.time;
 	    }
 	  break;
-          
+
 	case WM_MOUSEMOVE:
 	  /* Ignore non-movement.  */
 	  {
@@ -7119,7 +7119,7 @@
      program.  Unfortunately, we have good reasons for doing that, so
      instead we need to send messages to windowsThread to make some API
      calls for us (ones that affect, or depend on, the active/focus
-     window state.  */
+     window state.)  */
 #ifdef ATTACH_THREADS
   AttachThreadInput (dwMainThreadId, dwWindowsThreadId, TRUE);
 #endif
@@ -7134,7 +7134,7 @@
 #define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn)
 
     LOAD_PROC (gdi_lib, GetFontUnicodeRanges);
-    
+
 #undef LOAD_PROC
 
     FreeLibrary (gdi_lib);