diff options
author | shennetsind <ind@henn.et> | 2013-04-25 10:32:26 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-25 10:32:26 -0300 |
commit | 64dca8681c90dca15009fb82e54154d3faf3b1d6 (patch) | |
tree | 9ca903e8938b7234e4fd801ae2d0d6a4cd57f145 /src/common | |
parent | 064a4ecf07689e8ee673bb17e5cf342ae3cdd585 (diff) | |
download | hercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.tar.gz hercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.tar.bz2 hercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.tar.xz hercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.zip |
Fixed Bug #7189
http://hercules.ws/board/tracker/issue-7189-warning-while-recompiling-using-centos5/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common')
-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 08ab6bcd4..67897ee81 100644 --- a/src/common/console.c +++ b/src/common/console.c @@ -184,4 +184,4 @@ void console_defaults(void) { console->parse = console_parse; console->key_pressed = console_parse_key_pressed; #endif -}
\ No newline at end of file +} |