Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2225da

Browse files
committed
Remove non-ascii characters from source code.
1 parent0b39231 commitd2225da

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)

[8]ページ先頭

©2009-2025 Movatter.jp