Fix typo in previous commit

This commit is contained in:
Colin Walters 2014-07-18 15:49:40 -04:00
parent fd56952d6b
commit 1dd4435936
1 changed files with 1 additions and 1 deletions

View File

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