Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Jul 21, 2024
1 parent b2a054d commit eafdbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common++/header/PcapPlusPlusVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace pcpp
/**
* @return The build date and time in a format of "Mmm dd yyyy hh:mm:ss"
*/
#if PCAPPP_BUILD_REPRODUCIBLE
#ifdef PCAPPP_BUILD_REPRODUCIBLE
inline std::string getBuildDateTime()
{
return " ";
Expand Down

0 comments on commit eafdbbe

Please sign in to comment.