make_union_anonymous.patch

text/x-patch

Filename: make_union_anonymous.patch
Type: text/x-patch
Part: 0
Message: Re: anonymous unions (C11)

Patch

Format: unified
File+
src/common/cryptohash.c 1 1
diff --git a/src/common/cryptohash.c b/src/common/cryptohash.c
index fc0555d2f99..e8a35c2ec35 100644
--- a/src/common/cryptohash.c
+++ b/src/common/cryptohash.c
@@ -61,7 +61,7 @@ struct pg_cryptohash_ctx
 		pg_sha256_ctx sha256;
 		pg_sha384_ctx sha384;
 		pg_sha512_ctx sha512;
-	}			data;
+	};
 };
 
 /*