Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-08-12 07:34:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-12 07:34:41 +0300
commit1ef275963d1cfa257de184f38a2abb04a5df3ac7 (patch)
tree791c7b3162a9c487f56431abf217ff8c06df3b77 /source/blender/datatoc
parent4f61843a7e2fc7d92a630379c14cc87a6e892d6f (diff)
Cleanup: use C++ style comments for disabled code
Diffstat (limited to 'source/blender/datatoc')
-rw-r--r--source/blender/datatoc/datatoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/datatoc/datatoc.c b/source/blender/datatoc/datatoc.c
index 62b4cee4af0..2ea7fbd9fbe 100644
--- a/source/blender/datatoc/datatoc.c
+++ b/source/blender/datatoc/datatoc.c
@@ -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));
}