On Sat, 2009-08-22 at 23:39 +0200, Vegard Nossum wrote:
> Signed-off-by: Vegard Nossum <vegard.nos...@gmail.com>
> ---
>  vm/object.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/vm/object.c b/vm/object.c
> index 1baa966..36e60c1 100644
> --- a/vm/object.c
> +++ b/vm/object.c
> @@ -373,7 +373,7 @@ bool vm_object_is_instance_of(const struct vm_object *obj,
>       if (!obj)
>               return false;
>  
> -     return vm_class_is_assignable_from(class, obj->class);;
> +     return vm_class_is_assignable_from(class, obj->class);
>  }
>  
>  void vm_object_check_null(struct vm_object *obj)

I applied 1-2. The fix in 3 looks ok but the patch needs some more
loving before it can be applied.

                        Pekka 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to