diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-12-26 05:47:38 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-12-26 05:47:38 +0000 |
commit | ae079311da4f326844508461169b93eb9ddfaf8f (patch) | |
tree | 84a070b0a2824ae108c6b6ea3bc942eb10b835bf /util-src | |
parent | 3a5ee7ec2dbac739038db5bf79dcff7627fd4309 (diff) | |
download | prosody-ae079311da4f326844508461169b93eb9ddfaf8f.tar.gz prosody-ae079311da4f326844508461169b93eb9ddfaf8f.zip |
util.pposix: Remove extraneous semicolon
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/pposix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/pposix.c b/util-src/pposix.c index 4ff84bde..ffd21288 100644 --- a/util-src/pposix.c +++ b/util-src/pposix.c @@ -620,4 +620,4 @@ int luaopen_util_pposix(lua_State *L) lua_setfield(L, -2, "_VERSION"); return 1; -}; +} |