modules/admin-full: fix syntax error in system controller
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_system / system.lua
index 1d35dee..da51b45 100644 (file)
@@ -40,6 +40,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")