commit 5ce714632a3ef9af95f9e7bc8272856b94756453 parent c4ef276ba0952ea9b69525acb278025b762b5f1d Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com> Date: Tue, 24 Nov 2020 22:36:08 -0300 Update ex18.c Corrected a little error in one comment; Diffstat:
M | 95.11/guia03/ex18.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/95.11/guia03/ex18.c b/95.11/guia03/ex18.c @@ -49,8 +49,7 @@ int main ( void ) { ; // If the string or sentence its palindrome, then in the previous -// block j would end with the value of the total lengh, minus one -// because of the last char; +// block j would end with the value of the lengh, stored previously; if(j == len) printf("La cadena es capicua.\n");