From 1bbb32717897681adc1bb4bb1673864f516e9bf0 Mon Sep 17 00:00:00 2001 From: Simon Voordouw Date: Thu, 6 Jul 2017 15:06:19 +0200 Subject: [PATCH] remove semicolon --- src/rest/api/api_printer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/api/api_printer.lua b/src/rest/api/api_printer.lua index 3c9ca98..a45a8ee 100644 --- a/src/rest/api/api_printer.lua +++ b/src/rest/api/api_printer.lua @@ -49,7 +49,7 @@ function M.temperature(request, response) end local function setCurrentPrint(id) - local cpfileName = "/tmp/current-print"; + local cpfileName = "/tmp/current-print" if id == nil then io.popen('rm ' .. cpfileName) return true