Skip to content

Commit 593e06a

Browse files
authored
added line
1 parent 3b86fe8 commit 593e06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-palindrome/aa601.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ bool isPalindrome(char* s) {
2424
}
2525
}
2626
return (flag);
27-
}
27+
}

0 commit comments

Comments
 (0)