Skip to content

Commit

Permalink
mkclean: use a more generic TABLE_MARKER
Browse files Browse the repository at this point in the history
It would be better not to use it at all.
  • Loading branch information
robUx4 committed Jan 4, 2025
1 parent b627175 commit 5c177bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkclean/mkclean.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ typedef struct block_info

} block_info;

#define TABLE_MARKER (uint8_t*)1
#define TABLE_MARKER (void*)(uintptr_t)1

typedef struct track_info
{
Expand Down

0 comments on commit 5c177bc

Please sign in to comment.