Fix some typo

This commit is contained in:
Aoran Zeng
2023-08-30 20:06:28 +08:00
parent ee55dce25f
commit cbb95678c1
3 changed files with 7 additions and 12 deletions

View File

@@ -98,13 +98,9 @@ xy_log (int level, const char* str)
#define xy_error(str) xy_log (XY_ERROR, str)
/*
*
*
*
*
*
* */
/**
*
*/
static char*
xy_strch (const char* str, char src,const char* dest)
{