commit | 4c68049d863cdaee9727c52ce5d44f3e286c084a | [log] [tgz] |
---|---|---|
author | Jonas Ådahl <jadahl@gmail.com> | Sun Jun 29 12:22:23 2014 +0200 |
committer | Jonas Ådahl <jadahl@gmail.com> | Sun Jun 29 23:18:40 2014 +0200 |
tree | 0c7e53af202ec63815a248ca42d94a9434906a73 | |
parent | 51208601a4b2a605f41fbdb3890efaa6476134dc [diff] |
wayland: Fix indentation
diff --git a/src/wl_init.c b/src/wl_init.c index 22b380b..a0dcacc 100644 --- a/src/wl_init.c +++ b/src/wl_init.c
@@ -73,7 +73,7 @@ else if (strcmp(interface, "wl_shell") == 0) { _glfw.wl.shell = - wl_registry_bind(registry, name, &wl_shell_interface, 1); + wl_registry_bind(registry, name, &wl_shell_interface, 1); } else if (strcmp(interface, "wl_output") == 0) {