[Mesa-dev] [PATCH 2/3] trace: add void to function definition

Brian Paul brianp at vmware.com
Thu Jan 31 07:41:28 PST 2013


---
 src/gallium/drivers/trace/tr_dump.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/trace/tr_dump.c b/src/gallium/drivers/trace/tr_dump.c
index 0714e9a..cd106af 100644
--- a/src/gallium/drivers/trace/tr_dump.c
+++ b/src/gallium/drivers/trace/tr_dump.c
@@ -234,7 +234,8 @@ trace_dump_trace_close(void)
    }
 }
 
-boolean trace_dump_trace_begin()
+boolean
+trace_dump_trace_begin(void)
 {
    const char *filename;
 
-- 
1.7.3.4



More information about the mesa-dev mailing list