]> granicus.if.org Git - ejabberd/commitdiff
mod_http_upload: Add missing trailing dot
authorHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 29 Oct 2015 09:09:55 +0000 (10:09 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 29 Oct 2015 09:09:55 +0000 (10:09 +0100)
(Thanks to Matthias Rieber.)

src/mod_http_upload.erl

index 68a7818fc3b5327ee13db32eecc12e98a925cdfd..6356e63682cdcab7f6aed457449ac4ed07670609 100644 (file)
@@ -8,7 +8,7 @@
 -module(mod_http_upload).
 -author('holger@zedat.fu-berlin.de').
 
--protocol({xep, 363, '0.1'})
+-protocol({xep, 363, '0.1'}).
 
 -define(GEN_SERVER, gen_server).
 -define(SERVICE_REQUEST_TIMEOUT, 5000). % 5 seconds.