]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui: Add missing 'static' attribute
authorStefan Weil <sw@weilnetz.de>
Fri, 2 May 2014 20:48:30 +0000 (22:48 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2014 17:00:43 +0000 (21:00 +0400)
commit6075137d949e078744b332ba2279348bff64bf83
treea1b7b2168d89262d3c03e2d6e30076204b5d6b7a
parent79f320246c8ee972e4b3469027492533fca178d8
ui: Add missing 'static' attribute

There was already a forward declaration using 'static',
but the attribute was missing in the implementation.

This fixes a warning from the static code analysis (smatch).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
ui/console.c