Skip to content

Commit 18d7055

Browse files
committed
st_xf
1 parent d1c0cf4 commit 18d7055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LibXLS.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if Sys.WORD_SIZE == 64
2626
@assert sizeof(st_row_data) == 32
2727
@assert sizeof(st_colinfo) == 16
2828
@assert sizeof(st_colinfo_data) == 10
29+
@assert sizeof(st_xf) == 16
30+
@assert sizeof(st_xf_data) == 24
2931
end
3032

3133
end

0 commit comments

Comments
 (0)