From 1fc83c82b07dd0d73fdde8cbab5a2a1a154dfa9c Mon Sep 17 00:00:00 2001 From: bdemsky Date: Thu, 2 Nov 2006 08:21:52 +0000 Subject: [PATCH] type --- Robust/src/Runtime/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1