commit: Add missing (allow-none) in write_ref_immediate()

Spotted by Adam Coldrick.
This commit is contained in:
Colin Walters 2015-03-03 21:16:33 -05:00
parent 67cec3a4de
commit d750e2e2eb
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ ostree_repo_transaction_set_ref (OstreeRepo *self,
* @self: An #OstreeRepo
* @remote: (allow-none): A remote for the ref
* @ref: The ref to write
* @checksum: The checksum to point it to
* @checksum: (allow-none): The checksum to point it to, or %NULL to unset
* @cancellable: GCancellable
* @error: GError
*