]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
missing )
authorstrabest <strabest>
Mon, 14 Sep 2009 21:21:56 +0000 (21:21 +0000)
committerstrabest <strabest>
Mon, 14 Sep 2009 21:21:56 +0000 (21:21 +0000)
tos/lib/net/tymo/mh/MHPacketM.nc

index a202309691c657eb4c56273d7c441acf3e2579f1..24d390667ba9bbdae74063a0e6a95ceedf08f94d 100644 (file)
@@ -36,7 +36,7 @@ implementation {
   }
 
   command void * Packet.getPayload(message_t *msg, uint8_t len){
-    nx_uint8_t * p = call SubPacket.getPayload(msg, len + sizeof(mhpacket_header_t);
+    nx_uint8_t * p = call SubPacket.getPayload(msg, len + sizeof(mhpacket_header_t));
     return (void *)(p + sizeof(mhpacket_header_t));
   }