Selaa lähdekoodia

*** empty log message ***

eihrul 18 vuotta sitten
vanhempi
commit
050cf18c96
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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;