Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d2225da

Browse files
committed
Remove non-ascii characters from source code.
1 parent 0b39231 commit d2225da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/win32/mingwcompat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.6 2009/06/11 14:49:00 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.7 2009/12/28 18:09:44 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -42,7 +42,7 @@ LoadKernel32()
4242

4343
/*
4444
* Replacement for RegisterWaitForSingleObject(), which lives in
45-
* kernel32.dll·
45+
* kernel32.dll
4646
*/
4747
typedef
4848
BOOL (WINAPI * __RegisterWaitForSingleObject)

0 commit comments

Comments
 (0)