[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #21 from TravisWheelerLab/fixRestrict
Browse files Browse the repository at this point in the history
fix restrict keyword for cpp-compliance
  • Loading branch information
Sawwave committed Nov 15, 2023
2 parents 16e195d + 3784944 commit bdf75b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AwFmIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ enum AwFmReturnCode awFmGetHeaderStringFromSequenceNumber(
* Number of positions in the given range if the range is valid (startPtr < endPtr),
* or 0 otherwise, as that would imply that no instances of that kmer were found.
*/
size_t awFmSearchRangeLength(const struct AwFmSearchRange *restrict const range);
size_t awFmSearchRangeLength(const struct AwFmSearchRange *_RESTRICT_ const range);


/*
Expand Down

0 comments on commit bdf75b9

Please sign in to comment.