diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2020-05-29 17:06:22 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2020-05-29 17:06:22 +0200 |
commit | f78d54051c26a8d3c9b3bfc61e44df09bf24e401 (patch) | |
tree | eb757679257c00fd01fcbf9992e13b97f3dd19b9 /src/lib/elua | |
parent | b0203b3160f2a39c3afe549fd34a513f71532fc3 (diff) |
bindings: rename luajit -> lua
Diffstat (limited to 'src/lib/elua')
-rw-r--r-- | src/lib/elua/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elua/cache.c b/src/lib/elua/cache.c index ff11268ab2..bb20c9ac3b 100644 --- a/src/lib/elua/cache.c +++ b/src/lib/elua/cache.c | |||
@@ -136,7 +136,7 @@ getf_map(lua_State *L EINA_UNUSED, void *ud, size_t *size) | |||
136 | Map_Stream *s = ud; | 136 | Map_Stream *s = ud; |
137 | const char *fmap = s->fmap; | 137 | const char *fmap = s->fmap; |
138 | *size = s->flen; | 138 | *size = s->flen; |
139 | /* gotta null it - tell luajit to terminate reading */ | 139 | /* gotta null it - tell lua to terminate reading */ |
140 | s->fmap = NULL; | 140 | s->fmap = NULL; |
141 | return fmap; | 141 | return fmap; |
142 | } | 142 | } |