lookup : minor

This commit is contained in:
Georgi Gerganov 2023-12-17 17:25:28 +02:00
parent 5b27975479
commit f86b9d152c
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -9,7 +9,7 @@
int main(int argc, char ** argv){
gpt_params params;
if(gpt_params_parse(argc, argv, params) == false){
if (gpt_params_parse(argc, argv, params) == false) {
return 1;
}