Skip to content

Commit eafdbbe

Browse files
committed
fix
1 parent b2a054d commit eafdbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common++/header/PcapPlusPlusVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace pcpp
3737
/**
3838
* @return The build date and time in a format of "Mmm dd yyyy hh:mm:ss"
3939
*/
40-
#if PCAPPP_BUILD_REPRODUCIBLE
40+
#ifdef PCAPPP_BUILD_REPRODUCIBLE
4141
inline std::string getBuildDateTime()
4242
{
4343
return " ";

0 commit comments

Comments
 (0)