diff options
Diffstat (limited to 'src/include/storage/itemptr.h')
-rw-r--r-- | src/include/storage/itemptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h index 1f0ea7db552..eb06c794d2b 100644 --- a/src/include/storage/itemptr.h +++ b/src/include/storage/itemptr.h @@ -41,7 +41,7 @@ typedef struct ItemPointerData } #ifdef __arm__ -pg_attribute_packed /* Appropriate whack upside the head for ARM */ +pg_attribute_packed() /* Appropriate whack upside the head for ARM */ #endif ItemPointerData; |