diff options
Diffstat (limited to 'imagegrid/cua.c')
-rw-r--r-- | imagegrid/cua.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imagegrid/cua.c b/imagegrid/cua.c index d37b0e2..d05c392 100644 --- a/imagegrid/cua.c +++ b/imagegrid/cua.c @@ -127,7 +127,7 @@ int cuaBuida(Cua *cua) void eliminarCua(Cua *cua) { while (!cuaBuida(cua)) desencuar(cua); - printf("Cua eliminada\a\n"); + printf("Cua eliminada\n"); } /* funciĆ³ que retorna el nombre de nodes de la cua */ @@ -160,5 +160,5 @@ void escriuCua(Cua *cua) } else - printf("Cua buida\a\n"); + printf("Cua buida\n"); } |