Explorar el Código

*** empty log message ***

eihrul hace 18 años
padre
commit
050cf18c96
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packet.c

+ 2 - 2
packet.c

@@ -30,11 +30,11 @@ enet_packet_create (const void * data, size_t dataLength, enet_uint32 flags)
        {
           enet_free (packet);
           return NULL;
-       };
+       }
 
        if (data != NULL)
          memcpy (packet -> data, data, dataLength);
-    };
+    }
 
     packet -> referenceCount = 0;
     packet -> flags = flags;