summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gsystem-local-alloc.h2
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