X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fcstring.c;h=59c549cf3f5a50657342a3c1de35f12b18e033b9;hb=a10fcae3cba4f58550b24b0029f3932615dadbc3;hp=19395724e50e24ccd1853d7bb016387e27df32d1;hpb=b723e39232abc7632311eb06d7046c214ee05b51;p=smdp.git diff --git a/src/cstring.c b/src/cstring.c index 1939572..59c549c 100644 --- a/src/cstring.c +++ b/src/cstring.c @@ -65,4 +65,3 @@ void cstring_delete(cstring_t *self) { free(self->text); free(self); } -