Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2013-10-08 13:49:36 +0400
committerRonan Collobert <ronan@collobert.com>2013-10-08 13:49:36 +0400
commit163b2acd070d88b83fb10ca1b8be943dc43f333b (patch)
tree414dc597438c627322ea686014f03c0f51b49783 /random.lua
parentfbe183c3be90a2fb77a038111b65ab9488787d7e (diff)
pkg/torch: C89
Diffstat (limited to 'random.lua')
-rw-r--r--random.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.lua b/random.lua
index 71f09e0..76dd2df 100644
--- a/random.lua
+++ b/random.lua
@@ -27,6 +27,6 @@ void torch_random_init(lua_State *L)
{
luaL_register(L, NULL, random__);
}
- ]])
+]])
interface:tofile(arg[1])