Update dataStrs.c

This commit is contained in:
Lyon 2022-01-11 09:38:32 +08:00 committed by GitHub
parent 26019a830a
commit dfffdc2d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,4 +165,4 @@ char* strsReplace(Args* buffs, char* orig, char* rep, char* with) {
}
strcpy(tmp, orig);
return result;
}
}