diff options
| author | William Wilgus <me.theuser@yahoo.com> | 2018-05-28 02:36:23 +0200 |
|---|---|---|
| committer | William Wilgus <me.theuser@yahoo.com> | 2018-05-28 02:36:23 +0200 |
| commit | 07a0f206fe8da499381a0d73294b7f5f98891e87 (patch) | |
| tree | d9768e2708b2bfa18fffa74bf857b184658f31b9 /apps/plugins/lua | |
| parent | 0d41e13cf404ed8c75f78367eb0cd5153942a67f (diff) | |
| download | rockbox-07a0f206fe8da499381a0d73294b7f5f98891e87.zip rockbox-07a0f206fe8da499381a0d73294b7f5f98891e87.tar.gz rockbox-07a0f206fe8da499381a0d73294b7f5f98891e87.tar.bz2 rockbox-07a0f206fe8da499381a0d73294b7f5f98891e87.tar.xz | |
Lua liolib
Add Whitespace to EOF
Change-Id: Iac253e7905c59518040d39bb5033e35f0deea948
Diffstat (limited to 'apps/plugins/lua')
| -rw-r--r-- | apps/plugins/lua/liolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/liolib.c b/apps/plugins/lua/liolib.c index 63377f9..970543d 100644 --- a/apps/plugins/lua/liolib.c +++ b/apps/plugins/lua/liolib.c @@ -468,4 +468,4 @@ LUALIB_API int luaopen_io (lua_State *L) { /* create (and set) default files */ lua_pop(L, 1); /* pop environment for default files */ return 1; -}
\ No newline at end of file +} |