summaryrefslogtreecommitdiff
path: root/third_party/fontcrunch/fontcrunch.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/fontcrunch/fontcrunch.py')
-rw-r--r--third_party/fontcrunch/fontcrunch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/fontcrunch/fontcrunch.py b/third_party/fontcrunch/fontcrunch.py
index 68f68e4..eba721a 100644
--- a/third_party/fontcrunch/fontcrunch.py
+++ b/third_party/fontcrunch/fontcrunch.py
@@ -325,7 +325,7 @@ def seg_fn(segstr):
if not os.path.exists(dirname):
os.mkdir(dirname)
fn = dirname + '/' + fn[2:]
- fn += '.bz'
+ fn += '.bez'
return fn
def gen_segs(glyph):