Fix declaration of dumpacl, per Alvaro.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Aug 2005 19:45:51 +0000 (19:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Aug 2005 19:45:51 +0000 (19:45 +0000)
src/backend/catalog/aclchk.c

index 119e1fa9171dad9b9d99ac7d3a2dfaf0a85eb0c1..9bb6972495dc48a468aa792aa3ea5adf22065250 100644 (file)
@@ -53,7 +53,7 @@ static const char *privilege_to_string(AclMode privilege);
 
 
 #ifdef ACLDEBUG
-static
+static void
 dumpacl(Acl *acl)
 {
        int                     i;