diff --git a/cv1/program.c b/cv1/program.c index c5b5d49..0319b93 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -45,7 +45,7 @@ int read_pizza(struct pizza* item) { item->prize = strtof(line, NULL); return (item->prize > 0) ? 1 : 0; - +} int find_string(const char* heap, const char* needle) { char normalized_heap[LINESIZE]; char normalized_needle[LINESIZE];