On 01/05/2017 10:03 AM, Daniel P. Berrange wrote:
> The GDestroyNotify parameter is already a pointer, so does
> not need a '*' suffix on the type.
>
> Signed-off-by: Daniel P. Berrange
> ---
> include/io/task.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/incl
The GDestroyNotify parameter is already a pointer, so does
not need a '*' suffix on the type.
Signed-off-by: Daniel P. Berrange
---
include/io/task.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/io/task.h b/include/io/task.h
index c268eb0..1407747 100644
---