Skip to content

Commit

Permalink
minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiladams committed Nov 20, 2019
1 parent 060a24a commit 8744bc0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion laphlibs/base64.lua
@@ -1,7 +1,7 @@
--[[
base64.lua
base64 encoding and decoding for LuaJIT
William Adams <william_a_adams@msn.com>
William Adams
17 Mar 2012
This code is hereby placed in the public domain
Expand Down
2 changes: 1 addition & 1 deletion laphlibs/vector.lua
Expand Up @@ -6,7 +6,7 @@ local bor = bit.bor
local rshift = bit.rshift
local lshift = bit.lshift

local memutils = require "memutils"
local memutils = require "laphlibs.memutils"
local maths = require("maths")


Expand Down

0 comments on commit 8744bc0

Please sign in to comment.