From 736e534b5a6ee4a6282ad2a7765237ef8662d292 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt <buttjantarek@googlemail.com> Date: Fri, 15 May 2015 20:54:25 +0200 Subject: [PATCH] fix syntax --- autoupdater-mod/files/lib/ffnw/autoupdater-mod/autoupdater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdater-mod/files/lib/ffnw/autoupdater-mod/autoupdater b/autoupdater-mod/files/lib/ffnw/autoupdater-mod/autoupdater index 8e76f0b..c47882b 100755 --- a/autoupdater-mod/files/lib/ffnw/autoupdater-mod/autoupdater +++ b/autoupdater-mod/files/lib/ffnw/autoupdater-mod/autoupdater @@ -106,7 +106,7 @@ end -- Downloads, parses and verifies the update manifest from a mirror -- Returns a table with the fields version, checksum and filename if everything is ok, nil otherwise local function read_manifest(mirror) - locstring.formatal sep = false + local sep = false local lines = {} local sigs = {} -- GitLab