Commit 07d2c3e0 authored by Tom Lane's avatar Tom Lane

Another static-vs-not-static error.

parent a7f2dd34
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.146 2000/04/12 17:16:14 momjian Exp $ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.147 2000/04/14 01:34:24 tgl Exp $
* *
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
* *
...@@ -2290,7 +2290,7 @@ getIndices(int *numIndices) ...@@ -2290,7 +2290,7 @@ getIndices(int *numIndices)
*------------------------------------------------------------------ *------------------------------------------------------------------
*/ */
void static void
dumpComment(FILE *fout, const char *target, const char *oid) dumpComment(FILE *fout, const char *target, const char *oid)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment