diff options
author | scuri <scuri> | 2009-08-04 21:35:15 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-04 21:35:15 +0000 |
commit | 08e5c41d42be826c18480b277f644a864f237b9b (patch) | |
tree | cf666b0bb0f2d38b2f650751adb081b6f2d60af3 /src/lua5/imlua_aux.c | |
parent | 26990cb2d1f55272c6f1d09dcc0f3062dc1e6cf8 (diff) |
*** empty log message ***
Diffstat (limited to 'src/lua5/imlua_aux.c')
-rw-r--r-- | src/lua5/imlua_aux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lua5/imlua_aux.c b/src/lua5/imlua_aux.c index d5df8ac..e472dca 100644 --- a/src/lua5/imlua_aux.c +++ b/src/lua5/imlua_aux.c @@ -2,7 +2,7 @@ * \brief IM Lua 5 Binding * * See Copyright Notice in im_lib.h - * $Id: imlua_aux.c,v 1.1 2008/10/17 06:16:32 scuri Exp $ + * $Id: imlua_aux.c,v 1.2 2009/08/04 21:35:26 scuri Exp $ */ #include <memory.h> @@ -20,6 +20,7 @@ #include "imlua_aux.h" #include "imlua_image.h" + /*****************************************************************************\ \*****************************************************************************/ int imlua_getn (lua_State *L, int index) |