about summary refs log tree commit diff stats
path: root/src/xmpp/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/form.h')
-rw-r--r--src/xmpp/form.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/form.h b/src/xmpp/form.h
index 86cd4b7b..5b31141f 100644
--- a/src/xmpp/form.h
+++ b/src/xmpp/form.h
@@ -37,7 +37,7 @@
 
 #include "xmpp/xmpp.h"
 
-DataForm* form_create(xmpp_stanza_t * const stanza);
+DataForm* form_create(xmpp_stanza_t *const stanza);
 xmpp_stanza_t* form_create_submission(DataForm *form);
 
 #endif