Skip to content

Commit

Permalink
fix registration for screen_display_image_region
Browse files Browse the repository at this point in the history
  • Loading branch information
ngwese committed Apr 16, 2022
1 parent fb8032d commit 41e0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matron/src/weaver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ static luaL_Reg _image_functions[] = {
{"screen_load_png", _screen_load_png},
{"screen_create_image", _screen_create_image},
{"screen_display_image", _screen_display_image},
{"screen_display_iamge", _screen_display_image_region},
{"screen_display_image_region", _screen_display_image_region},
{NULL, NULL}
};
// clang-format on
Expand Down

0 comments on commit 41e0817

Please sign in to comment.