From 6d1eb1ce40801323b65401a70ae5f9782939eeb4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sun, 3 Mar 2019 22:42:26 -0800 Subject: Consistently use ARRAY_LEN. --- toys/pending/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/host.c') diff --git a/toys/pending/host.c b/toys/pending/host.c index 96daf8e8..fa830a7d 100644 --- a/toys/pending/host.c +++ b/toys/pending/host.c @@ -103,7 +103,7 @@ void host_main(void) if (TT.type_str[0]-'0' < 10u) type = atoi(TT.type_str); else { type = -1; - for (i=0; i < sizeof rrt / sizeof *rrt; i++) { + for (i=0; i