mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2024-11-24 02:49:37 +01:00
Fixed some spaces
This commit is contained in:
parent
18fa524480
commit
f5c643f3cf
@ -225,7 +225,7 @@ static void add_ip_id_str(int id) {
|
||||
char *addfilter = malloc(strlen(ipid) + 16);
|
||||
|
||||
if (!addfilter)
|
||||
return ;
|
||||
return;
|
||||
|
||||
sprintf(addfilter, ipid, id);
|
||||
|
||||
@ -248,7 +248,7 @@ static void add_maxpayloadsize_str(unsigned short maxpayload) {
|
||||
char *addfilter = malloc(strlen(maxpayloadsize_str) + 16);
|
||||
|
||||
if (!addfilter)
|
||||
return ;
|
||||
return;
|
||||
|
||||
sprintf(addfilter, maxpayloadsize_str, maxpayload);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user