Skip to content

Commit

Permalink
Fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
markusC64 authored and markusC64 committed Oct 7, 2023
1 parent e5d2562 commit af585ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fl-bitfire.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ bool load_bitfire(uint8_t proto) {

memset(&session, 0, sizeof(session));
session.file_crc = 0xffff;
session.hdr_layout = &hdr_fields[proto];
session.hdr_layout = (void*) &hdr_fields[proto];

session.dir_buf = alloc_system_buffer();
if (session.dir_buf == NULL)
Expand Down

0 comments on commit af585ff

Please sign in to comment.