diff options
author | Brian Paul <[email protected]> | 2013-01-29 16:49:58 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-02-01 08:00:28 -0700 |
commit | b516bf46ef7869a3cbf3fff85c77a25d4c882133 (patch) | |
tree | 2461acddb70b27a47aa237089fa6aaeac2418aac /src/gallium/drivers/trace/tr_dump.c | |
parent | fe20e3ebb50a2aad4accbba0bb178bd5c29fc556 (diff) |
trace: add void to function definition
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump.c')
-rw-r--r-- | 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 0714e9a3860..cd106af9cda 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; |