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

Commit 7b4aa31

Browse files
committed
Fix typo in DLL list.
1 parent 3831636 commit 7b4aa31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/libpq/blibpqdll.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ EXPORTS
9494
_pg_encoding_to_char @ 92
9595
_pg_utf_mblen @ 93
9696
_PQunescapeBytea @ 94
97-
_PQfeeMem @ 95
97+
_PQfreeMem @ 95

src/interfaces/libpq/libpqdll.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ EXPORTS
9494
pg_encoding_to_char @ 92
9595
pg_utf_mblen @ 93
9696
PQunescapeBytea @ 94
97-
PQfeeMem @ 95
97+
PQfreeMem @ 95
9898

0 commit comments

Comments
 (0)