Remove C++-style comments from C files

This commit is contained in:
Laurence Withers 2007-02-13 16:05:10 +00:00
commit 600210a78b
5 changed files with 6 additions and 6 deletions

View file

@ -21,10 +21,10 @@ int main(int argc, char* argv[])
}
if(argc == 1) {
// empty argument list
/* empty argument list */
}
// TODO
/* TODO */
return ret;
}