Skip to content

Commit

Permalink
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Browse files Browse the repository at this point in the history
* qmp/queue/qmp:
  qapi: fix qapi_dealloc_type_size parameter type

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
  • Loading branch information
Anthony Liguori committed Nov 30, 2012
2 parents 46ee77b + 1d16252 commit 36520fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qapi/qapi-dealloc-visitor.c
Expand Up @@ -132,7 +132,7 @@ static void qapi_dealloc_type_number(Visitor *v, double *obj, const char *name,
{
}

static void qapi_dealloc_type_size(Visitor *v, size_t *obj, const char *name,
static void qapi_dealloc_type_size(Visitor *v, uint64_t *obj, const char *name,
Error **errp)
{
}
Expand Down

0 comments on commit 36520fa

Please sign in to comment.