From: bdemsky Date: Thu, 2 Nov 2006 08:21:52 +0000 (+0000) Subject: type X-Git-Tag: preEdgeChange~778 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1fc83c82b07dd0d73fdde8cbab5a2a1a154dfa9c;p=IRC.git type --- diff --git a/Robust/src/Runtime/runtime.c b/Robust/src/Runtime/runtime.c index d0571b9b..4a7ed050 100644 --- a/Robust/src/Runtime/runtime.c +++ b/Robust/src/Runtime/runtime.c @@ -495,7 +495,7 @@ struct ___String___ * NewString(const char *str,int length) { return strobj; } -/* Generated code calls this if we fail a bounds check *. +/* Generated code calls this if we fail a bounds check */ void failedboundschk() { #ifndef TASK printf("Array out of bounds\n");