Skip to content

Commit

Permalink
Merge pull request #256 from steveax/maint-fix-ifdef
Browse files Browse the repository at this point in the history
(maint) if -> ifdef in serialization protocol
  • Loading branch information
donoghuc authored May 21, 2020
2 parents cab5001 + 5d23c3e commit ae431d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/protocol/v1/serialization.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace PCPClient {
namespace v1 {

#if BOOST_ENDIAN_LITTLE_BYTE
#ifdef BOOST_ENDIAN_LITTLE_BYTE

uint32_t getNetworkNumber(const uint32_t& number)
{
Expand Down

0 comments on commit ae431d2

Please sign in to comment.