[libgsystem] local-alloc: Fix previous commit



commit 28745e0ad2fff666338be1e86baba3cd64240255
Author: Colin Walters <walters verbum org>
Date:   Wed Aug 14 03:58:17 2013 +0200

    local-alloc: Fix previous commit

 gsystem-local-alloc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsystem-local-alloc.h b/gsystem-local-alloc.h
index abdd371..299b15e 100644
--- a/gsystem-local-alloc.h
+++ b/gsystem-local-alloc.h
@@ -117,7 +117,7 @@ void gs_local_checksum_free (void *loc);
  * of scope.  Note that unlike g_checksum_free(), the variable may
  * be %NULL.
  */
-#define gs_free_checksum __attribute__ ((cleanup(gs_local_free_checksum)))
+#define gs_free_checksum __attribute__ ((cleanup(gs_local_checksum_free)))
 
 G_END_DECLS
 


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