From 2ec5f2a633d9016bbbfc8de09368157d2497160d Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 3 Dec 2015 12:23:12 -0500 Subject: cosmetic: Remove use of C++ style comments Patch updated to remove dead lines as suggested by Daniel Stone Signed-off-by: Chris Michael Reviewed-by: Daniel Stone --- tests/weston-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/weston-test.c b/tests/weston-test.c index b6ae91a4..03e2c54b 100644 --- a/tests/weston-test.c +++ b/tests/weston-test.c @@ -390,7 +390,7 @@ test_screenshot_frame_notify(struct wl_listener *listener, void *data) return; } - // FIXME: Needs to handle output transformations + /* FIXME: Needs to handle output transformations */ compositor->renderer->read_pixels(output, compositor->read_format, -- cgit v1.2.1