commit | bea5369c6d8f138c1d3113a1b60e1c6ea097a6e3 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Tue Jan 04 10:52:05 2022 -0700 |
committer | Behdad Esfahbod <[email protected]> | Tue Jan 04 10:52:05 2022 -0700 |
tree | 7c232c0e3e50537893de3f34c32da4cee77ef651 | |
parent | c5e5d5e0bcdeb9256b445fe6378bd503083d5204 [diff] [blame] |
[buffer] Rename swap_buffers() to sync()
diff --git a/src/gen-vowel-constraints.py b/src/gen-vowel-constraints.py index 184ec29..42afd28 100755 --- a/src/gen-vowel-constraints.py +++ b/src/gen-vowel-constraints.py
@@ -220,7 +220,7 @@ print (' default:') print (' break;') print (' }') -print (' buffer->swap_buffers ();') +print (' buffer->sync ();') print ('}') print ()