io: Fix Error usage in a comment <example>
Cc: "Daniel P. Berrangé" <berrange@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191204093625.14836-4-armbru@redhat.com> Acked-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
This commit is contained in:
parent
118bf79a78
commit
e4eb089c62
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user