From 1aefc4e05651ddd0aca68e70c817318f7ddafa02 Mon Sep 17 00:00:00 2001 From: "osboxes.org" Date: Tue, 31 Dec 2019 22:19:03 +0100 Subject: [PATCH] style --- client/scripting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scripting.c b/client/scripting.c index e531acd97..7ba38ee8b 100644 --- a/client/scripting.c +++ b/client/scripting.c @@ -314,7 +314,7 @@ static int l_GetFromFlashMemSpiffs(lua_State *L) { if (IfPm3Flash() == false) { return returnToLuaWithError(L, "No FLASH MEM support"); } - + uint32_t start_index = 0, len = 0x40000; //FLASH_MEM_MAX_SIZE char destfilename[32] = {0}; size_t size;