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) -- 1.6.0.4 ------------------------------------------------------------------------------ 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