This commit is contained in:
Kovid Goyal 2016-11-29 16:14:34 +05:30
parent b1869c8369
commit a52c4670dc

View File

@ -89,7 +89,7 @@ def on_glfw_error(code, msg):
msg = msg.decode('utf-8')
except Exception:
msg = repr(msg)
print('[glfw error]:', msg, file=sys.stderr)
print('[glfw error] ', msg, file=sys.stderr)
def main():