diff options
author | shennetsind <ind@henn.et> | 2013-05-02 20:20:45 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-02 20:20:45 -0300 |
commit | 274bfc3b06616ea03c467d8eed23fae61c72fe18 (patch) | |
tree | 030f9f5d3ccb051870bc7c17aee82085b2667134 /src | |
parent | 6bca43acc31cdd3b9b418779eff45dc68a918a1c (diff) | |
parent | 6509af19cb4dbba9d8af7489301e58dc8c6ca9f7 (diff) | |
download | hercules-274bfc3b06616ea03c467d8eed23fae61c72fe18.tar.gz hercules-274bfc3b06616ea03c467d8eed23fae61c72fe18.tar.bz2 hercules-274bfc3b06616ea03c467d8eed23fae61c72fe18.tar.xz hercules-274bfc3b06616ea03c467d8eed23fae61c72fe18.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src')
-rw-r--r-- | src/common/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/console.c b/src/common/console.c index db914db98..c228ab790 100644 --- a/src/common/console.c +++ b/src/common/console.c @@ -377,7 +377,7 @@ void console_init (void) { } void console_final(void) { #ifdef CONSOLE_INPUT - int i; + unsigned int i; console->parse_final(); for( i = 0; i < console->cmd_count; i++ ) { if( console->cmds[i]->next_count ) |