commit | 5bfb0b721c6c492ad61abf99bd36913cc83ec0b8 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Fri Jun 03 02:56:41 2022 -0600 |
committer | Behdad Esfahbod <[email protected]> | Fri Jun 03 10:30:34 2022 +0100 |
tree | cc70d6b90b8ff667b08f5d33feb16b3b124486fd | |
parent | 44be1e5dfb8f7f9398d16421157ef363d1cae157 [diff] [blame] |
Rename s/shape-complex/shaper/g
diff --git a/src/gen-vowel-constraints.py b/src/gen-vowel-constraints.py index 1b984c4..3c1f621 100755 --- a/src/gen-vowel-constraints.py +++ b/src/gen-vowel-constraints.py
@@ -166,7 +166,7 @@ print () print ('#ifndef HB_NO_OT_SHAPE') print () -print ('#include "hb-ot-shape-complex-vowel-constraints.hh"') +print ('#include "hb-ot-shaper-vowel-constraints.hh"') print () print ('static void') print ('_output_dotted_circle (hb_buffer_t *buffer)')