A pedantic addition of a format string to a printf call
authorRobert Bragg <robert@linux.intel.com>
Fri, 17 Apr 2009 18:01:04 +0000 (19:01 +0100)
committerEric Anholt <eric@anholt.net>
Tue, 9 Jun 2009 18:31:37 +0000 (11:31 -0700)
commit8c7be935443934297763af03f0b4b7fcd4999dde
tree89a1ba6b7615c9bfe47998d90b3e6b6a1e4bf4f1
parent700e45a5225dbf06ada48c269d725458ceb347a6
A pedantic addition of a format string to a printf call

The printf used to clear the screen didn't have a format string, this
adds one to avoid a compiler warning.

Signed-off-by: Eric Anholt <eric@anholt.net>
tools/intel_gpu_top.c