diff options
Diffstat (limited to 'client/commands.c')
-rw-r--r-- | client/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |