diff options
Diffstat (limited to 'Palindrome')
| -rw-r--r-- | Palindrome/Palindrome.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Palindrome/Palindrome.c b/Palindrome/Palindrome.c index cf01782..6a70b80 100644 --- a/Palindrome/Palindrome.c +++ b/Palindrome/Palindrome.c @@ -1,7 +1,7 @@ #include <stdio.h> -// i made string_length equal tp (-1) cause string indices start from number 0, probably there is a better way represent what i want :( +// i made string_length equal to (-1) cause string indices start from number 0, probably there is a better way to represent what i want :( char *reverse_string(char *string_input) { int string_length = -1; |
