mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 03:34:22 +08:00
style
This commit is contained in:
parent
05648163c1
commit
260ad9b7ae
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ int strlen(const char *str) {
|
|||
const char *p;
|
||||
for (p = str; *p != '\0'; ++p) {
|
||||
}
|
||||
return p-str;
|
||||
return p - str;
|
||||
}
|
||||
|
||||
char *strncat(char *dest, const char *src, unsigned int n) {
|
||||
|
|
Loading…
Reference in a new issue