Re: [PATCH wayland] utils: const-ify some function arguments

2013-04-03 Thread Kristian Høgsberg
On Wed, Apr 03, 2013 at 05:29:16PM +0200, Giulio Camuffo wrote: > --- > src/wayland-util.c | 4 ++-- > src/wayland-util.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Sure, let's do that. Kristian > diff --git a/src/wayland-util.c b/src/wayland-util.c > index 4ab1f5a..598ab42 10

[PATCH wayland] utils: const-ify some function arguments

2013-04-03 Thread Giulio Camuffo
--- src/wayland-util.c | 4 ++-- src/wayland-util.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wayland-util.c b/src/wayland-util.c index 4ab1f5a..598ab42 100644 --- a/src/wayland-util.c +++ b/src/wayland-util.c @@ -55,7 +55,7 @@ wl_list_remove(struct wl_list *elm)