Skip to content

Commit

Permalink
Fix: add return desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Oct 6, 2024
1 parent e3a561d commit 299eac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/lualibs/mympd/50-util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ end

--- Read an ascii file
-- @param path Filename
-- @return File content or nil on error
function mympd.read_file(path)
local file = io.open(path, "r")
if not file then
Expand Down

0 comments on commit 299eac0

Please sign in to comment.