From 775063494694d247b340bb1145e509e31af27802 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 12 Apr 2000 13:21:23 +0000 Subject: Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constructs. --- client/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/commands.c b/client/commands.c index aa00be0..5c60df8 100644 --- a/client/commands.c +++ b/client/commands.c @@ -41,7 +41,7 @@ cmd_build_tree(void) cmd_root.plastson = &cmd_root.son; - for(i=0; i