projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe20e3e
)
trace: add void to function definition
author
Brian Paul
<brianp@vmware.com>
Tue, 29 Jan 2013 23:49:58 +0000
(16:49 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 1 Feb 2013 15:00:28 +0000
(08:00 -0700)
src/gallium/drivers/trace/tr_dump.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/trace/tr_dump.c
b/src/gallium/drivers/trace/tr_dump.c
index 0714e9a3860d8a7d268568d768e481b51d806141..cd106af9cda6413d7880be16bd61becd4e328c88 100644
(file)
--- 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;