Commit 978260fe0388cbcad6e2ef37f3ff5a47fc50a2a4
1 parent
6993cb42
Exists in
master
and in
1 other branch
Fixing C&P error.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/ipc3270c/linux/globals.h
| ... | ... | @@ -45,7 +45,7 @@ |
| 45 | 45 | #if ! GLIB_CHECK_VERSION(2,44,0) |
| 46 | 46 | |
| 47 | 47 | G_GNUC_INTERNAL void hllapi_autoptr_cleanup_generic_gfree(void *p); |
| 48 | - #define g_autofree __attribute__((cleanup(v3270_autoptr_cleanup_generic_gfree))) | |
| 48 | + #define g_autofree __attribute__((cleanup(hllapi_autoptr_cleanup_generic_gfree))) | |
| 49 | 49 | |
| 50 | 50 | #endif // ! GLIB(2,44,0) |
| 51 | 51 | ... | ... |