From ae80a2de95d3d3c153ce20b90c9d8757d02cb33d Mon Sep 17 00:00:00 2001 From: Pavel TvrdĂ­k Date: Tue, 19 May 2015 08:53:34 +0200 Subject: unsigned [int] -> uint --- client/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/commands.c') diff --git a/client/commands.c b/client/commands.c index 08e7949a..50fcba40 100644 --- a/client/commands.c +++ b/client/commands.c @@ -38,7 +38,7 @@ static struct cmd_node cmd_root; void cmd_build_tree(void) { - unsigned int i; + uint i; cmd_root.plastson = &cmd_root.son; -- cgit v1.2.3