Cleanup: use C++ style comments for disabled code

This commit is contained in:
2021-08-12 14:34:41 +10:00
parent 4f61843a7e
commit 1ef275963d
40 changed files with 134 additions and 108 deletions

View File

@@ -108,7 +108,7 @@ int main(int argc, char **argv)
}
#endif
/* fprintf (fpout, "\\x%02x", getc(fpin)); */
// fprintf(fpout, "\\x%02x", getc(fpin));
fprintf(fpout, "%3d,", getc(fpin));
}