mesa: Fix broken call to print_table_stats
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 10 Sep 2013 16:43:56 +0000 (11:43 -0500)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 19 Sep 2013 22:15:09 +0000 (17:15 -0500)
commit7db6b5aa91aaa279ed9a4319d4bf37c3d551a1d3
tree39e7cb302c83500788c34446ec5d73208c07fbbf
parentb4cf56cdf81226ad801d8bf98bb1dad83536f016
mesa: Fix broken call to print_table_stats

The function takes a parameter, but none was given.  Also, in the
non-GET_DEBUG case, silence the unused parameter warning.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/main/get.c