pointless touches

This commit is contained in:
cathugger
2018-04-27 12:39:16 +00:00
parent 0fe541b5fb
commit 41eeb2edb2
5 changed files with 12 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ struct masktestcase {
};
*/
int main()
int main(void)
{
char buf[1024], buf2[1024], mask;
size_t r;
@@ -81,4 +81,4 @@ int main()
//fprintf(stderr, ">%s\n", buf2);
return 0;
}
}