aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/examples/ping/packets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/examples/ping/packets.cpp')
-rw-r--r--fnet/src/examples/ping/packets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/examples/ping/packets.cpp b/fnet/src/examples/ping/packets.cpp
index 8958666b374..f7b50f5d898 100644
--- a/fnet/src/examples/ping/packets.cpp
+++ b/fnet/src/examples/ping/packets.cpp
@@ -61,5 +61,5 @@ PingPacketFactory::CreatePacket(uint32_t pcode, FNET_Context)
case PCODE_PING_REQUEST: return new PingRequest();
case PCODE_PING_REPLY: return new PingReply();
}
- return NULL;
+ return nullptr;
}