aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/lua5.1/include/luaconf.h2
-rw-r--r--win32/pe-parser.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/lua5.1/include/luaconf.h b/win32/lua5.1/include/luaconf.h
index 05354175..47bad73f 100644
--- a/win32/lua5.1/include/luaconf.h
+++ b/win32/lua5.1/include/luaconf.h
@@ -47,7 +47,7 @@
47 47
48 48
49/* 49/*
50@@ LUA_USE_POSIX includes all functionallity listed as X/Open System 50@@ LUA_USE_POSIX includes all functionality listed as X/Open System
51@* Interfaces Extension (XSI). 51@* Interfaces Extension (XSI).
52** CHANGE it (define it) if your system is XSI compatible. 52** CHANGE it (define it) if your system is XSI compatible.
53*/ 53*/
diff --git a/win32/pe-parser.lua b/win32/pe-parser.lua
index 34556812..1aff7107 100644
--- a/win32/pe-parser.lua
+++ b/win32/pe-parser.lua
@@ -416,7 +416,7 @@ M.parse = function(target)
416 name = "Characteristics"}, 416 name = "Characteristics"},
417 }, f) 417 }, f)
418 end 418 end
419 -- we now have section data, so add RVA convertion method 419 -- we now have section data, so add RVA conversion method
420 out.get_fileoffset = M.get_fileoffset 420 out.get_fileoffset = M.get_fileoffset
421 421
422 -- get the import table 422 -- get the import table