diff options
author | Emil Velikov <[email protected]> | 2017-09-28 18:22:22 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-10-02 16:29:38 +0100 |
commit | 0f8b0c04eba55b023e430bd2fec03000bd4c986e (patch) | |
tree | 5f9a3a149657da37a977d7dd768e199e935a2aac /src/egl/wayland | |
parent | ab0589c6edea8ea1ddfab6e8857c964ad0232455 (diff) |
wayland-egl: use C99 comments
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Reviewed-by: Miguel A. Vico <[email protected]>
Diffstat (limited to 'src/egl/wayland')
-rw-r--r-- | src/egl/wayland/wayland-egl/wayland-egl-abi-check.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c index 66688642c7b..62c51a22605 100644 --- a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c +++ b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c @@ -20,10 +20,10 @@ * DEALINGS IN THE SOFTWARE. */ -#include <stddef.h> // offsetof -#include <stdio.h> // printf +#include <stddef.h> /* offsetof */ +#include <stdio.h> /* printf */ -#include "wayland-egl-backend.h" // Current struct wl_egl_window implementation +#include "wayland-egl-backend.h" /* Current struct wl_egl_window implementation */ /* * Following are previous implementations of wl_egl_window. |