Skip to content

Commit ff15b3d

Browse files
committed
Fix declaration of dumpacl, per Alvaro.
1 parent 28d0515 commit ff15b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/aclchk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.117 2005/08/12 21:20:24 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.118 2005/08/17 19:45:51 tgl Exp $
1212
*
1313
* NOTES
1414
* See acl.h.
@@ -53,7 +53,7 @@ static const char *privilege_to_string(AclMode privilege);
5353

5454

5555
#ifdef ACLDEBUG
56-
static
56+
static void
5757
dumpacl(Acl *acl)
5858
{
5959
int i;

0 commit comments

Comments
 (0)