Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com>
---
 tests/etnaviv/write_bmp.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/etnaviv/write_bmp.c b/tests/etnaviv/write_bmp.c
index 7ae0646c92b3d08eed70..f7b6bc69e5d20d0dfd07 100644
--- a/tests/etnaviv/write_bmp.c
+++ b/tests/etnaviv/write_bmp.c
@@ -63,7 +63,7 @@ struct dib_header {
        unsigned int unused[12];
 } __attribute__((__packed__));
 
-static int
+static void
 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int 
alpha)
 {
        struct bmp_header bmp_header = {
@@ -98,8 +98,6 @@ bmp_header_write(int fd, int width, int height, int bgra, int 
noflip, int alpha)
 
        write(fd, &bmp_header, sizeof(struct bmp_header));
        write(fd, &dib_header, sizeof(struct dib_header));
-
-       return 0;
 }
 
 void
-- 
Cheers,
  Eric

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to