Browse Source

cmRtNet.c: More changes to cmRtNetTest().

master
kpl 11 years ago
parent
commit
c6906efbea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmRtNet.c

+ 1
- 1
cmRtNet.c View File

@@ -325,7 +325,7 @@ cmRtNetRC_t _cmRtNetSendSyncMsg( cmRtNet_t* p, cmRtNetNode_t* np, cmRtNetSelId_t
325 325
   cmRtNetNodeState_t orgState = np->state;
326 326
   np->state = nextStId;
327 327
 
328
-  
328
+ 
329 329
   // send the msg
330 330
   if( cmIsFlag(np->flags,kSockAddrNetFl) == false )
331 331
     udpRC = cmUdpSend2(p->udpH, buf, n, np->addr, np->port );

Loading…
Cancel
Save