From 0eef1d6d90d9f9a87bc92a44fdc61d492fcdfa50 Mon Sep 17 00:00:00 2001 From: TSnake41 Date: Thu, 7 May 2020 21:45:39 +0200 Subject: [PATCH] Removed invalid append_file_offset from builder. --- src/raylua_builder.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raylua_builder.lua b/src/raylua_builder.lua index 8b0cc7b..673e53f 100644 --- a/src/raylua_builder.lua +++ b/src/raylua_builder.lua @@ -43,7 +43,6 @@ local ffi = require "ffi" ffi.cdef "typedef struct FILE FILE;" -local append_file_offset = ffi.cast("void (*)(FILE *, FILE *, FILE *)", append_file_offset) local self_path = arg[0] local input_path = arg[1]