Skip to content

Commit

Permalink
Update Palindrome.c
Browse files Browse the repository at this point in the history
  • Loading branch information
johnneijzen committed Jan 21, 2016
1 parent a6ba1ef commit c5e67dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Programs/C/Palindrome.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

int main ()
{
char word[100];
char word[500];
int length = 0;
int i;
int error = 0;
Expand Down

0 comments on commit c5e67dc

Please sign in to comment.