Skip to content

Commit 2acc4c5

Browse files
committed
Change to new function name
1 parent 3926f79 commit 2acc4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static char* get_line(LacoState* laco, const char* prompt) {
7676
linenoiseHistoryAdd(line);
7777

7878
if(line[0] == ':') {
79-
handle_command(laco, line);
79+
laco_handle_command(laco, line);
8080
}
8181
}
8282

0 commit comments

Comments
 (0)