about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-09-29 11:11:01 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-09-29 11:11:01 +0200
commit4b2bbe59ea684f03bbb6045a0f0d8ad8bca8ff08 (patch)
tree58fd990d57378398453ed0532b97b1c331740a3f /src/xmpp/stanza.c
parent021927a549aecf0aaa8b1a54d692159ea9c897a6 (diff)
downloadprofani-tty-4b2bbe59ea684f03bbb6045a0f0d8ad8bca8ff08.tar.gz
Format Maxis commit properly
Diffstat (limited to 'src/xmpp/stanza.c')
-rw-r--r--src/xmpp/stanza.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c
index afa51587..6b8377b6 100644
--- a/src/xmpp/stanza.c
+++ b/src/xmpp/stanza.c
@@ -2661,7 +2661,7 @@ stanza_create_avatar_metadata_publish_iq(xmpp_ctx_t* ctx, const char* img_data,
     xmpp_stanza_set_name(info, STANZA_NAME_INFO);
     xmpp_stanza_set_attribute(info, "id", sha1);
     xmpp_free(ctx, sha1);
-    char* bytes = g_strdup_printf("%"G_GSIZE_FORMAT, len);
+    char* bytes = g_strdup_printf("%" G_GSIZE_FORMAT, len);
     char* h = g_strdup_printf("%d", height);
     char* w = g_strdup_printf("%d", width);
     xmpp_stanza_set_attribute(info, "bytes", bytes);