Fix building ctlstat with clang.
Submitted by: Dan McGregor <danismostlikely@gmail.com> MFC after: 1 month
This commit is contained in:
parent
6c57a325b3
commit
3d9edaecb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user