Re: [Qemu-devel] [PATCH] Add missing 'static' attribute

2010-05-07 Thread Blue Swirl
Thanks, applied. On 5/6/10, Stefan Weil wrote: > Function usage() is only used locally. > > Signed-off-by: Stefan Weil > --- > tests/qruncom.c |2 +- > tests/runcom.c |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/qruncom.c b/tests/qruncom.c > i

[Qemu-devel] [PATCH] Add missing 'static' attribute

2010-05-06 Thread Stefan Weil
Function usage() is only used locally. Signed-off-by: Stefan Weil --- tests/qruncom.c |2 +- tests/runcom.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qruncom.c b/tests/qruncom.c index a8d0ef6..079f7a2 100644 --- a/tests/qruncom.c +++ b/tests/qruncom.c @