summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/drmtest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index eda012c8f..5caf71b2b 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -361,8 +361,7 @@ void drmtest_permute_array(void *array, unsigned size,
void drmtest_progress(const char *header, uint64_t i, uint64_t total)
{
if (i+1 >= total) {
- fprintf(stderr, "\r%s100%%\n", header,
- (long long unsigned) i * 100 / total);
+ fprintf(stderr, "\r%s100%%\n", header);
return;
}