Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed Sep 8, 2021
1 parent 965fd6e commit 6b798ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebwt_search_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct QueryMutation {
* into the spillover list, a non-tail entry in the spillover list, or
* a tail entry in the spillover list.
*/
typedef union {
typedef union PartialAlignment {
struct {
uint64_t pos0 : 16; // mismatched pos 1
uint64_t pos1 : 16; // mismatched pos 2
Expand Down

0 comments on commit 6b798ca

Please sign in to comment.