From 19813066bb9f5fec49d4b0024a9c339fe52baa91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 18 Apr 2007 13:33:09 +0000 Subject: [PATCH] write the sizeof(arr)/sizeof(arr[0]) on the common form. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20394 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/test_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/test_rand.c b/lib/des/test_rand.c index 7d75d94d9..ecc8eec53 100644 --- a/lib/des/test_rand.c +++ b/lib/des/test_rand.c @@ -79,7 +79,7 @@ static void usage (int ret) { arg_printusage (args, - sizeof(args)/sizeof(*args), + sizeof(args)/sizeof(args[0]), NULL, "out-random-file"); exit (ret);