Skip to content

Commit

Permalink
style: fix eco.c
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Aug 3, 2024
1 parent fefb062 commit 75759c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eco.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,7 @@ int main(int argc, char *const argv[])
lua_remove(L, -2);

while ((opt = getopt(argc, argv, "e:v")) != -1) {
switch (opt)
{
switch (opt) {
case 'v':
fprintf(stderr, LUA_RELEASE"\n");
fprintf(stderr, "Lua-eco "ECO_VERSION_STRING"\n");
Expand Down

0 comments on commit 75759c9

Please sign in to comment.