Skip to content

Commit

Permalink
Se modifico el apellido de Meghinasso Matias.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginokun committed Apr 11, 2021
1 parent 8869f2c commit ac74c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alumnos.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ bool FedericoMeghinasso(char * cadena, size_t espacio) {
bool MatiasMeghinasso(char *cadena, size_t espacio)
{
const struct alumno_s alumno = {
.apellidos = "Matias",
.apellidos = "MEGHINASSO",
.nombres = "Matias Gino",
.documento = "36.806.968",
};
Expand Down

0 comments on commit ac74c8c

Please sign in to comment.