Cc: "Daniel P. Berrangé" <berra...@redhat.com> Signed-off-by: Markus Armbruster <arm...@redhat.com> Message-Id: <20191204093625.14836-4-arm...@redhat.com> Acked-by: Daniel P. Berrangé <berra...@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> --- include/io/task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/io/task.h b/include/io/task.h index 5cb9faf9f2..1abbfb8b65 100644 --- a/include/io/task.h +++ b/include/io/task.h @@ -119,7 +119,7 @@ typedef void (*QIOTaskWorker)(QIOTask *task, * gboolean myobject_operation_timer(gpointer opaque) * { * QIOTask *task = QIO_TASK(opaque); - * Error *err;* + * Error *err = NULL; * * ...check something important... * if (err) { -- 2.21.0