Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
opcm committed Oct 25, 2023
1 parent b582e0d commit b793f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,6 @@ inline void extractBitsPrintHelper(const std::pair<int64,int64> & bits, T & valu

#ifdef _MSC_VER
void restrictDriverAccessNative(LPCTSTR path);
#endif;
#endif

} // namespace pcm

0 comments on commit b793f57

Please sign in to comment.