diff options
| author | Bruce Momjian | 2004-08-30 02:54:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-08-30 02:54:42 +0000 |
| commit | 15d3f9f6b7849a70281f151f0def7a6d335767d7 (patch) | |
| tree | 98d285e17c671a56e484e98916703280e1947a78 /src/interfaces/libpq/fe-protocol2.c | |
| parent | 166300f318f5b4795c0f7679144a1c23c0118163 (diff) | |
Another pgindent run with lib typedefs added.
Diffstat (limited to 'src/interfaces/libpq/fe-protocol2.c')
| -rw-r--r-- | src/interfaces/libpq/fe-protocol2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-protocol2.c b/src/interfaces/libpq/fe-protocol2.c index 9fe877841c0..aeb5e0faf03 100644 --- a/src/interfaces/libpq/fe-protocol2.c +++ b/src/interfaces/libpq/fe-protocol2.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol2.c,v 1.13 2004/08/29 05:07:00 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol2.c,v 1.14 2004/08/30 02:54:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1395,7 +1395,7 @@ pqFunctionCall2(PGconn *conn, Oid fnid, */ char * pqBuildStartupPacket2(PGconn *conn, int *packetlen, - const PQEnvironmentOption * options) + const PQEnvironmentOption *options) { StartupPacket *startpacket; |
