1
0
Fork 0

Added a missing new line in main.c for compatibility with clang.

This commit is contained in:
Alexander Andreev 2024-03-31 20:18:01 +04:00
parent 08117318a8
commit 7d08203d61
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
1 changed files with 1 additions and 1 deletions

View File

@ -335,4 +335,4 @@ int parse_argv(int argc, const char **argv, struct options *opts) {
return -1;
return 0;
}
}