[Toxine-cvs] CVS: toxine/src commands.c,1.70,1.71
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-05-19 23:16:52
|
Update of /cvsroot/toxine/toxine/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27294 Modified Files: commands.c Log Message: @@another typo Index: commands.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/commands.c,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- commands.c 19 May 2004 21:29:02 -0000 1.70 +++ commands.c 19 May 2004 23:16:42 -0000 1.71 @@ -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", |