typo
This commit is contained in:
parent
3d7e8e3e84
commit
9322b210ff
@ -279,7 +279,7 @@ def main():
|
|||||||
opts = load_config(*config, overrides=overrides)
|
opts = load_config(*config, overrides=overrides)
|
||||||
change_wcwidth(not opts.use_system_wcwidth)
|
change_wcwidth(not opts.use_system_wcwidth)
|
||||||
if GLFW_X11_WM_CLASS_CLASS is not None:
|
if GLFW_X11_WM_CLASS_CLASS is not None:
|
||||||
glfw_init_hint_string(GLFW_X11_WM_CLASS_CLASS, opts.cls)
|
glfw_init_hint_string(GLFW_X11_WM_CLASS_CLASS, args.cls)
|
||||||
if not glfw_init():
|
if not glfw_init():
|
||||||
raise SystemExit('GLFW initialization failed')
|
raise SystemExit('GLFW initialization failed')
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user