diff options
author | eihrul <eihrul> | 2010-05-20 19:55:05 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-20 19:55:05 +0000 |
commit | 254b4214dc45a799810a04cb23ccd0ff819b80f0 (patch) | |
tree | b6db7e3fe23426703bd3b8bfd0f7f9b5e8463de1 /callbacks.c | |
parent | e49aaf7a6fe63937e56f2efaebad3f37574fd93f (diff) | |
download | enet-254b4214dc45a799810a04cb23ccd0ff819b80f0.tar.gz enet-254b4214dc45a799810a04cb23ccd0ff819b80f0.zip |
doc tweaks
Diffstat (limited to 'callbacks.c')
-rw-r--r-- | callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/callbacks.c b/callbacks.c index 250b967..a062694 100644 --- a/callbacks.c +++ b/callbacks.c @@ -22,7 +22,7 @@ enet_initialize_with_callbacks (ENetVersion version, const ENetCallbacks * inits if (inits -> rand != NULL) callbacks.rand = inits -> rand; - if (version >= ENET_VERSION_CREATE(1, 2, 2)) + if (version >= ENET_VERSION_CREATE (1, 2, 2)) { if (inits -> no_memory != NULL) callbacks.no_memory = inits -> no_memory; |