# HG changeset patch # User Kim Alvefur # Date 1339182161 -7200 # Node ID f987c7b7900879c4c0a525ae7a176eef35d07d51 # Parent 5c2b96c4dde628ab04ddedf0f640b5e6107f233f mod_mam: Fix typo diff -r 5c2b96c4dde6 -r f987c7b79008 mod_mam/mod_mam.lua --- a/mod_mam/mod_mam.lua Fri Jun 08 21:01:44 2012 +0200 +++ b/mod_mam/mod_mam.lua Fri Jun 08 21:02:41 2012 +0200 @@ -21,7 +21,7 @@ local tostring = tostring; local time_now = os.time; -local m_min = math.min;, +local m_min = math.min; local timestamp, timestamp_parse = require "util.datetime".datetime, require "util.datetime".parse; local uuid = require "util.uuid".generate; local default_max_items, max_max_items = 20, module:get_option_number("max_archive_query_results", 50);