[Toxine-cvs] CVS: toxine/src commands.c,1.69,1.70
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-05-19 21:29:12
|
Update of /cvsroot/toxine/toxine/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7387 Modified Files: commands.c Log Message: @@typo in repeat syntax Index: commands.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/commands.c,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- commands.c 19 May 2004 21:23:38 -0000 1.69 +++ commands.c 19 May 2004 21:29:02 -0000 1.70 @@ -350,7 +350,7 @@ { "repeat", REQUIRE_ARGS, do_repeat, "repeat x time a set of commands", "repeat <x> <command>\n" - "repeat <x> { <<command><;command>...> }" + "repeat <x> { <<command><\\;command>...> }" }, { "right", NO_ARGS, do_events, "send XINE_EVENT_INPUT_RIGHT event to xine engine", |