[ostree] Fix typo in previous commit



commit 1dd4435936fd45c1c086d94c7b0c04c087888107
Author: Colin Walters <walters verbum org>
Date:   Fri Jul 18 15:49:40 2014 -0400

    Fix typo in previous commit

 src/libostree/ostree-repo-refs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libostree/ostree-repo-refs.c b/src/libostree/ostree-repo-refs.c
index a7909fb..978c5e0 100644
--- a/src/libostree/ostree-repo-refs.c
+++ b/src/libostree/ostree-repo-refs.c
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]