summaryrefslogtreecommitdiff
path: root/luxio.c
diff options
context:
space:
mode:
Diffstat (limited to 'luxio.c')
-rw-r--r--luxio.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/luxio.c b/luxio.c
index 6ad1d0d..2379f1d 100644
--- a/luxio.c
+++ b/luxio.c
@@ -1,5 +1,4 @@
-/**!
- * # Light Unix I/O for Lua
+/**!# Light Unix I/O for Lua
* Copyright 2012 Rob Kendrick <rjek+luxio@rjek.com>
*
* Copyright 2012 Daniel Silverstone <dsilvers@digital-scurf.org>
@@ -78,6 +77,8 @@ luxio_fork(lua_State *L) /* 3.1.1 */
{
lua_pushinteger(L, fork());
lua_pushinteger(L, errno);
+
+ return 2;
}
static int