Remove C++-style comments from C files
This commit is contained in:
parent
4d0efeeb14
commit
600210a78b
5 changed files with 6 additions and 6 deletions
|
|
@ -21,10 +21,10 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
|
||||
if(argc == 1) {
|
||||
// empty argument list
|
||||
/* empty argument list */
|
||||
}
|
||||
|
||||
// TODO
|
||||
/* TODO */
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue