dir: Fix inaccurate nullable annotation

(cherry picked from commit 9de49e6dad926743994c29e32ade2a3a4b820dc5)
This commit is contained in:
Phaedrus Leeds 2022-02-19 15:24:37 -06:00 committed by Phaedrus Leeds
parent 03ae8f28b5
commit 4afbd893d0

View File

@ -5222,7 +5222,7 @@ repo_pull (OstreeRepo *self,
FlatpakRemoteState *state,
const char **dirs_to_pull,
const char *ref_to_fetch,
const char *rev_to_fetch, /* (nullable) */
const char *rev_to_fetch,
GFile *sideload_repo,
const char *token,
FlatpakPullFlags flatpak_flags,