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

Commit 8e4357d

Browse files
committed
Fix compile warning.
1 parent f032bcc commit 8e4357d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_dump/dumputils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
*
9-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.1 2002/08/27 18:57:26 petere Exp $
9+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.2 2002/08/27 21:50:23 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -23,4 +23,4 @@ extern char *simple_prompt(const char *prompt, int maxlen, bool echo);
2323
extern const char *fmtId(const char *identifier);
2424
extern void appendStringLiteral(PQExpBuffer buf, const char *str, bool escapeAll);
2525

26-
#endif DUMPUTILS_H
26+
#endif /* DUMPUTILS_H */

0 commit comments

Comments
 (0)