Skip to content

Commit 4b7195a

Browse files
committed
Remove unnecessary struct keyword for LacoState
1 parent 4235280 commit 4b7195a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/debugger.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
#include "laco.h"
1010
#include "util.h"
1111

12-
void laco_print_debug_info(struct LacoState* laco,
13-
const char* function_name) {
12+
void laco_print_debug_info(LacoState* laco, const char* function_name) {
1413
int i;
1514
char* namespace;
1615
lua_State* L = laco_get_laco_lua_state(laco);

0 commit comments

Comments
 (0)