Fix building ctlstat with clang.

Submitted by:	Dan McGregor <danismostlikely@gmail.com>
MFC after:	1 month
This commit is contained in:
ken 2012-01-12 22:12:42 +00:00
parent 6c57a325b3
commit 3d9edaecb6

View File

@ -146,7 +146,7 @@ static void compute_stats(struct ctl_lun_io_stats *cur_stats,
static void
usage(int error)
{
fprintf(error ? stderr : stdout, ctlstat_usage);
fputs(ctlstat_usage, error ? stderr : stdout);
}
static int