code cleanups (from cppcheck mostly)

This commit is contained in:
hexcoder-
2021-01-04 15:32:22 +01:00
parent 5cdbfeef4a
commit b7af98e945
10 changed files with 23 additions and 23 deletions

View File

@ -2,7 +2,7 @@
int target_func(unsigned char *buf, int size) {
printf("buffer:%p, size:%p\n", buf, size);
printf("buffer:%p, size:%d\n", buf, size);
switch (buf[0]) {
case 1: