mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
mkenums: Fix typo
There's a stray '~' that needs to be removed.
This commit is contained in:
@@ -477,7 +477,7 @@ def process_file(curfilename):
|
|||||||
prod = prod.replace('\u0040ENUMNAME\u0040', enumlong)
|
prod = prod.replace('\u0040ENUMNAME\u0040', enumlong)
|
||||||
prod = prod.replace('\u0040ENUMPREFIX\u0040', enumname_prefix)
|
prod = prod.replace('\u0040ENUMPREFIX\u0040', enumname_prefix)
|
||||||
if flags:
|
if flags:
|
||||||
prod = ~prod.replace('\u0040type\u0040', 'flags')
|
prod = prod.replace('\u0040type\u0040', 'flags')
|
||||||
else:
|
else:
|
||||||
prod = prod.replace('\u0040type\u0040', 'enum')
|
prod = prod.replace('\u0040type\u0040', 'enum')
|
||||||
if flags:
|
if flags:
|
||||||
|
Reference in New Issue
Block a user