aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/wl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/wl')
-rw-r--r--sandbox/wl/wayland-bind.c2
-rw-r--r--sandbox/wl/wayland-bind.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/wl/wayland-bind.c b/sandbox/wl/wayland-bind.c
index 432527f1..bf766533 100644
--- a/sandbox/wl/wayland-bind.c
+++ b/sandbox/wl/wayland-bind.c
@@ -29,7 +29,7 @@ static const struct wl_registry_listener registry_listener = {
};
int32_t hakurei_bind_wayland_fd(char *socket_path, int fd, const char *app_id,
- const char *instance_id, int sync_fd) {
+ const char *instance_id, int sync_fd) {
int32_t res = 0; /* refer to resErr for corresponding Go error */
struct wl_display *display;
diff --git a/sandbox/wl/wayland-bind.h b/sandbox/wl/wayland-bind.h
index 21136979..eae8936d 100644
--- a/sandbox/wl/wayland-bind.h
+++ b/sandbox/wl/wayland-bind.h
@@ -1,4 +1,4 @@
#include <stdint.h>
int32_t hakurei_bind_wayland_fd(char *socket_path, int fd, const char *app_id,
- const char *instance_id, int sync_fd); \ No newline at end of file
+ const char *instance_id, int sync_fd); \ No newline at end of file