summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_img.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib_img.c')
-rw-r--r--apps/plugins/lua/rocklib_img.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib_img.c b/apps/plugins/lua/rocklib_img.c
index 35c2699b5d..39f6a51521 100644
--- a/apps/plugins/lua/rocklib_img.c
+++ b/apps/plugins/lua/rocklib_img.c
@@ -1152,7 +1152,7 @@ RLI_LUA rli_copy(lua_State *L)
1152 { 1152 {
1153 rli_trans = custom_transform; 1153 rli_trans = custom_transform;
1154 lua_settop(L, 11); /* ensure lua function on top of stack */ 1154 lua_settop(L, 11); /* ensure lua function on top of stack */
1155 clr = 0; 1155 clr = FB_SCALARPACK(0);
1156 op = 0; 1156 op = 0;
1157 } 1157 }
1158 else 1158 else