mod_http_upload: Add missing trailing dot

(Thanks to Matthias Rieber.)
This commit is contained in:
Holger Weiss 2015-10-29 10:09:55 +01:00
parent 43e7814714
commit 915383e150
1 changed files with 1 additions and 1 deletions

View 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.