diff --git a/du1/program.c b/du1/program.c index 38462e6..101dfc6 100644 --- a/du1/program.c +++ b/du1/program.c @@ -46,7 +46,7 @@ void deshifr (char *text) { text[i] = tolower(text[i]); } } - +s int search_string (const char* heap_orig, const char* needle_orig) { char heap[LINESIZE]; char needle[LINESIZE];