diff options
author | Lee Salzman <[email protected]> | 2013-12-28 17:21:14 +0200 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2013-12-28 17:21:14 +0200 |
commit | b3de8a29c4fc4de3919b13475599660e2e157f5b (patch) | |
tree | f9c1e57587162b9a70d362fb25b3049f63583350 /packet.c | |
parent | 259376b214788fa4e3b56432da98d5a1a4aeb5ab (diff) | |
download | enet-b3de8a29c4fc4de3919b13475599660e2e157f5b.tar.gz enet-b3de8a29c4fc4de3919b13475599660e2e157f5b.zip |
another doc fix
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ */ /** Creates a packet that may be sent to a peer. - @param data initial contents of the packet's data; the packet's data will remain uninitialized if dataContents is NULL. + @param data initial contents of the packet's data; the packet's data will remain uninitialized if data is NULL. @param dataLength size of the data allocated for this packet @param flags flags for this packet as described for the ENetPacket structure. @returns the packet on success, NULL on failure |