diff options
author | N.N. <sergi_ll@users.sourceforge.net> | 2008-05-15 22:58:01 +0000 |
---|---|---|
committer | N.N. <sergi_ll@users.sourceforge.net> | 2008-05-15 22:58:01 +0000 |
commit | ef9eed1eaa214df28cb65e51f1cdd8c01f33e1f5 (patch) | |
tree | f7623b071713339a46ff2ee322535931d774f995 /videogrid/cua.c | |
parent | 4106af540bbceda164971ac102b7898f6a40e4be (diff) |
seek and border adds + help file renamed + old files deleted
svn path=/trunk/externals/pdvjtools/; revision=9816
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"); } |