Fix lint issue

This commit is contained in:
Nick Peng
2019-08-09 22:32:17 +08:00
parent 5082f1ae55
commit 273c2d5100
8 changed files with 32 additions and 48 deletions

View File

@@ -20,4 +20,4 @@ static inline char *safe_strncpy(char *dest, const char *src, size_t n)
return ret;
}
#endif
#endif