modules/admin-mini: fix syntax error in system controller
[project/luci.git] / modules / admin-mini / luasrc / model / cbi / mini / system.lua
index 4ef97e4..4e7f956 100644 (file)
@@ -43,6 +43,7 @@ s:option(DummyValue, "_memtotal", translate("m_i_memory")).value =
   tostring(translate("mem_buffered", "")),
   100 * memfree / memtotal,
   tostring(translate("mem_free", ""))
+)
 
 s:option(DummyValue, "_systime", translate("m_i_systemtime")).value =
  os.date("%c")