Skip to content

Commit 586e511

Browse files
author
Judd
committed
undo editing.
1 parent 2b70a1c commit 586e511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ static bool output_lrc(struct whisper_context * ctx, const char * fname, const w
920920

921921
static void cb_log_disable(enum ggml_log_level , const char * , void * ) { }
922922

923-
int main(int argc, char **argv) {
923+
int main(int argc, char ** argv) {
924924
#if defined(_WIN32)
925925
// Set the console output code page to UTF-8, while command line arguments
926926
// are still encoded in the system's code page. In this way, we can print

0 commit comments

Comments
 (0)