aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-iostat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-06 09:24:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-06 09:24:49 +0000
commit1b7e7ea109375a19982753482c1facc87fc3b20a (patch)
treedc7d43eaf6a3adc459b02fcf5bf1dd4e78afeb0f /ui/cli/tap-iostat.c
parent6df56f85427e4658e70ca16c92ed10da921841fc (diff)
Try to make the buildbot happy
svn path=/trunk/; revision=41370
Diffstat (limited to 'ui/cli/tap-iostat.c')
-rw-r--r--ui/cli/tap-iostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-iostat.c b/ui/cli/tap-iostat.c
index 7abd529e50..b3e55dbc37 100644
--- a/ui/cli/tap-iostat.c
+++ b/ui/cli/tap-iostat.c
@@ -1227,7 +1227,7 @@ iostat_init(const char *optarg, void* userdata _U_)
}
io->items = (io_stat_item_t *) g_malloc(sizeof(io_stat_item_t) * io->num_cols);
- io->filters = (char **) g_malloc(sizeof(char *) * io->num_cols);
+ io->filters = g_malloc(sizeof(char *) * io->num_cols);
io->max_vals = (guint64 *) g_malloc(sizeof(guint64) * io->num_cols);
io->max_frame = (guint32 *) g_malloc(sizeof(guint32) * io->num_cols);