diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-12-03 12:23:12 -0500 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-12-03 15:28:53 -0800 |
commit | 2ec5f2a633d9016bbbfc8de09368157d2497160d (patch) | |
tree | 231421d37be23c9e10128184878f892a327560cf /tests | |
parent | 99739671387e3defb950b49bb72f26b6a193419f (diff) |
cosmetic: Remove use of C++ style comments
Patch updated to remove dead lines as suggested by Daniel Stone
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/weston-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |