Fix typo in previous commit

This commit is contained in:
Colin Walters 2014-07-18 15:49:40 -04:00
parent fd56952d6b
commit 1dd4435936

View File

@ -364,7 +364,7 @@ ostree_repo_resolve_partial_checksum (OstreeRepo *self,
GError **error)
{
gboolean ret = FALSE;
s_unref_hashtable GHashTable *ref_list = NULL;
gs_unref_hashtable GHashTable *ref_list = NULL;
gs_free char *ret_rev = NULL;
guint length;
const char *checksum = NULL;