Fix output

This commit is contained in:
augustin64 2022-04-11 18:00:32 +02:00
parent 1d4b56a14f
commit 40cc1226dc

View File

@ -153,6 +153,7 @@ void recognize(char* modele, char* entree, char* sortie) {
}
}
}
if (! strcmp(sortie, "json"))
printf("}\n");
}