mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Kill EOF whitespace.
This commit is contained in:
parent
44902d15a7
commit
0b9adb1f26
|
@ -10,4 +10,3 @@ uint64_t random_64b();
|
|||
bool ipp_eq(IP_Port a, IP_Port b);
|
||||
bool id_eq(clientid_t* dest, clientid_t* src);
|
||||
void id_cpy(clientid_t* dest, clientid_t* src);
|
||||
|
||||
|
|
|
@ -43,9 +43,3 @@ unsigned char * hex_string_to_bin(char hex_string[])
|
|||
|
||||
return val;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -42,4 +42,3 @@ while True:
|
|||
print "Sending SYNC resp"
|
||||
a+=1
|
||||
sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user