# HG changeset patch # User Kim Alvefur # Date 1484527478 -3600 # Node ID 3e9f9cef9c0e63889d05398f5cdc841633061779 # Parent 7f9ff36dc8d531b14172250b9a125741b2f6eb12 mod_http_upload: Add missing semicolon diff -r 7f9ff36dc8d5 -r 3e9f9cef9c0e mod_http_upload/mod_http_upload.lua --- a/mod_http_upload/mod_http_upload.lua Mon Jan 16 01:40:45 2017 +0100 +++ b/mod_http_upload/mod_http_upload.lua Mon Jan 16 01:44:38 2017 +0100 @@ -39,7 +39,7 @@ local xmlns_http_upload = "urn:xmpp:http:upload"; -- identity and feature advertising -module:add_identity("store", "file", module:get_option_string("name", "HTTP File Upload")) +module:add_identity("store", "file", module:get_option_string("name", "HTTP File Upload")); module:add_feature(xmlns_http_upload); module:add_extension(dataform {