Module: Mesa Branch: master Commit: b516bf46ef7869a3cbf3fff85c77a25d4c882133 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b516bf46ef7869a3cbf3fff85c77a25d4c882133
Author: Brian Paul <[email protected]> Date: Tue Jan 29 16:49:58 2013 -0700 trace: add void to function definition --- 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
