diff options
Diffstat (limited to 'videogrid/cua.c')
-rw-r--r-- | videogrid/cua.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/videogrid/cua.c b/videogrid/cua.c index f03fb2a..e0211b3 100644 --- a/videogrid/cua.c +++ b/videogrid/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"); } |