From aeefa8a4169f93d000cd0eca5dafb491eedd85f0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 14 Jun 2011 14:22:58 +0200 Subject: test_sysinfo: fix printf format Signed-off-by: Karel Zak --- tests/helpers/test_sysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/helpers') diff --git a/tests/helpers/test_sysinfo.c b/tests/helpers/test_sysinfo.c index a8d80d875..bc0eea22d 100644 --- a/tests/helpers/test_sysinfo.c +++ b/tests/helpers/test_sysinfo.c @@ -28,7 +28,7 @@ typedef struct { int hlp_wordsize(void) { - printf("%d\n", CHAR_BIT*sizeof(void*)); + printf("%lu\n", CHAR_BIT * sizeof(void*)); return 0; } -- cgit v1.2.3-55-g7522