about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedglib2_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedglib2_private.h')
-rwxr-xr-xsrc/wrapped/wrappedglib2_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedglib2_private.h b/src/wrapped/wrappedglib2_private.h
index a8463e3d..a0fa8aaa 100755
--- a/src/wrapped/wrappedglib2_private.h
+++ b/src/wrapped/wrappedglib2_private.h
@@ -1140,7 +1140,7 @@ GO(g_strchomp, pFp)
 GO(g_strchug, pFp)
 GO(g_strcmp0, iFpp)
 GO(g_strcompress, pFp)
-//GO(g_strconcat, pFppppppppppppp)    //vaarg, no va_list equivalent...
+GOM(g_strconcat, pFEpV)    //vaarg, no va_list equivalent...
 GO(g_strdelimit, pFppC)
 GO(g_strdown, pFp)
 GO(g_strdup, pFp)
@@ -1197,7 +1197,7 @@ GOM(g_string_vprintf, vFEppA)
 GO(g_strip_context, pFpp)
 GO(g_str_is_ascii, iFp)
 GOM(g_strjoin, pFEpV)
-GOM(g_strjoinv, pFEpA)
+GOM(g_strjoinv, pFEpp)
 GO(g_strlcat, uFppu)
 GO(g_strlcpy, uFppu)
 GO(g_str_match_string, iFppi)