From 978260fe0388cbcad6e2ef37f3ff5a47fc50a2a4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 27 Feb 2019 18:15:05 -0300 Subject: [PATCH] Fixing C&P error. --- src/ipc3270c/linux/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc3270c/linux/globals.h b/src/ipc3270c/linux/globals.h index aa4caef..6568a54 100644 --- a/src/ipc3270c/linux/globals.h +++ b/src/ipc3270c/linux/globals.h @@ -45,7 +45,7 @@ #if ! GLIB_CHECK_VERSION(2,44,0) G_GNUC_INTERNAL void hllapi_autoptr_cleanup_generic_gfree(void *p); - #define g_autofree __attribute__((cleanup(v3270_autoptr_cleanup_generic_gfree))) + #define g_autofree __attribute__((cleanup(hllapi_autoptr_cleanup_generic_gfree))) #endif // ! GLIB(2,44,0) -- libgit2 0.21.2