cvsuser 05/01/13 08:11:36
Modified: imcc instructions.c
Log:
Fix a silly typo
Revision Changes Path
1.68 +1 -1 parrot/imcc/instructions.c
Index: instructions.c
===================================================================
RCS file: /cvs/public/parrot/imcc/instructions.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- instructions.c 13 Jan 2005 16:09:58 -0000 1.67
+++ instructions.c 13 Jan 2005 16:11:36 -0000 1.68
@@ -348,7 +348,7 @@
* Move instruction ins from its current position to the position
* following instruction to. Returns the instruction following the
* initial position of ins.
- *
+ */
Instruction *
move_ins(IMC_Unit * unit, Instruction *ins, Instruction *to)
{