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

Commit95aaf25

Browse files
committed
Remove stray ' character at end of line.
For some reason it broke OpenBSD compile even when it's inside a#ifdef WIN32 block.....
1 parent410a372 commit95aaf25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/pg_locale.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 2002-2009, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.46 2009/01/2110:30:02 mha Exp $
7+
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.47 2009/01/2112:45:06 mha Exp $
88
*
99
*-----------------------------------------------------------------------
1010
*/
@@ -637,7 +637,7 @@ char *IsoLocaleName(const char *winlocname)
637637

638638
if (!GetLocaleInfoA(lcid,LOCALE_SISO639LANGNAME,isolang,sizeof(isolang)))
639639
returnNULL;
640-
if (!GetLocaleInfoA(lcid,LOCALE_SISO3166CTRYNAME,isocrty,sizeof(isocrty)))'
640+
if (!GetLocaleInfoA(lcid,LOCALE_SISO3166CTRYNAME,isocrty,sizeof(isocrty)))
641641
returnNULL;
642642
snprintf(iso_lc_messages,sizeof(iso_lc_messages)-1,"%s_%s",isolang,isocrty);
643643
returniso_lc_messages;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp