Skip to content

Commit

Permalink
fix luacheck warning in cursesConsts.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Jun 8, 2016
1 parent b298ea2 commit 7cc1064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cursesConsts.lua
Expand Up @@ -17,7 +17,7 @@ local wait = assert(require "posix.sys.wait")

local function printConsts()
local curses = require 'curses'
local stdscr = curses.initscr()
local _ = curses.initscr()
curses.endwin()
local out_fname = assert(arg[1])
local out = io.open(out_fname, 'w')
Expand Down

0 comments on commit 7cc1064

Please sign in to comment.