From 728d183ea3fac2ff56de9aaf89bd7819504030d0 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 15 May 2016 00:15:27 -0500 Subject: [PATCH] Eh, why not --- include/cammy/sram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cammy/sram.h b/include/cammy/sram.h index d38edb6..1ed2310 100644 --- a/include/cammy/sram.h +++ b/include/cammy/sram.h @@ -21,6 +21,8 @@ typedef struct _cammy_sram_data { cammy_photo photos[CAMMY_SRAM_PHOTO_COUNT]; } cammy_sram_data; +#pragma pack(pop) + typedef struct _cammy_sram { int fd; @@ -31,8 +33,6 @@ typedef struct _cammy_sram { mapped_size; } cammy_sram; -#pragma pack(pop) - cammy_sram *cammy_sram_open(const char *file); void cammy_sram_close(cammy_sram *sram);