modules/admin-full: fix syntax error in system controller
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jul 2009 00:02:07 +0000 (00:02 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jul 2009 00:02:07 +0000 (00:02 +0000)
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")