From e4a519635f75bde38aeb5b09f2ff4efbf73453e9 Mon Sep 17 00:00:00 2001 From: "Matthew W. S. Bell" Date: Sat, 30 Jan 2010 02:14:44 +0000 Subject: Tidy up compile warnings by cleaning up types. --- tests/dristat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/dristat.c') diff --git a/tests/dristat.c b/tests/dristat.c index 48c3b51b..900a3e6e 100644 --- a/tests/dristat.c +++ b/tests/dristat.c @@ -108,7 +108,8 @@ static void getvm(int fd) flagname[6] = '\0'; printf(" %4d 0x%08lx 0x%08lx %3.3s %6.6s 0x%08lx ", - i, offset, (unsigned long)size, typename, flagname, handle); + i, (unsigned long)offset, (unsigned long)size, + typename, flagname, (unsigned long)handle); if (mtrr < 0) printf("none\n"); else printf("%4d\n", mtrr); } -- cgit v1.2.3