diff --git a/program.c b/program.c index 96bd6b1..eb35ee5 100644 --- a/program.c +++ b/program.c @@ -132,15 +132,16 @@ int search_string(const char* heap, const char* needle){ int j; /* For current index i, check for pattern match */ - for (j = 0; j