Fix typo in bin2c.py comment

Correct the name of the other script.
This commit is contained in:
Vadim Zeitlin
2022-01-27 13:55:46 +01:00
parent 3cc4ef5f77
commit 8f58562fea

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# #
# This is a slightly generalized version of bin2c.py and is based on it. # This is a slightly generalized version of png2c.py and is based on it.
import sys import sys
import os import os