diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2011-07-20 11:12:56 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-07-20 11:12:56 -0300 |
commit | 25de237619d97b5c9ff04a846b20738d11162596 (patch) | |
tree | 937c2d29c000516687161e695b2667e5cc93ba2f /src | |
parent | 80f6e767c96d77ef0f49ca14eda1d81b4b17dcb3 (diff) | |
download | luarocks-25de237619d97b5c9ff04a846b20738d11162596.tar.gz luarocks-25de237619d97b5c9ff04a846b20738d11162596.tar.bz2 luarocks-25de237619d97b5c9ff04a846b20738d11162596.zip |
appease LDoc warning
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/tools/patch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/tools/patch.lua b/src/luarocks/tools/patch.lua index 6069f389..a2b76954 100644 --- a/src/luarocks/tools/patch.lua +++ b/src/luarocks/tools/patch.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | -- patch.lua - Patch utility to apply unified diffs | 1 | --- Patch utility to apply unified diffs |
2 | -- | 2 | -- |
3 | -- http://lua-users.org/wiki/LuaPatch | 3 | -- http://lua-users.org/wiki/LuaPatch |
4 | -- | 4 | -- |