mod_http_upload: Add missing semicolon
authorKim Alvefur <zash@zash.se>
Mon, 16 Jan 2017 01:44:38 +0100
changeset 2448 3e9f9cef9c0e
parent 2447 7f9ff36dc8d5
child 2449 e822900c87d4
mod_http_upload: Add missing semicolon
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 {