commit | a147d62bf9d16db97d74ae2c65f43bd41493b06c | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri Jan 16 19:41:04 2009 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri Jan 16 19:41:04 2009 +0000 |
tree | 03fbc7d68136deb1d4c1dd2823839984345beb85 | |
parent | e07d630ad249ca142edf3c0d7b1eb03d43b8002d [diff] [blame] |
Fix warnings git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6346 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/console.c b/console.c index a37edf7..3950d20 100644 --- a/console.c +++ b/console.c
@@ -1190,7 +1190,8 @@ } } -static TextConsole *get_graphic_console() { +static TextConsole *get_graphic_console(void) +{ int i; TextConsole *s; for (i = 0; i < nb_consoles; i++) {