From 409f1f598745500c490b5eb7c4fc3f0a2b55071e Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 7 Jun 2017 18:37:15 -0700 Subject: [PATCH] Add missing comment closing delimiter to suppress warning for nested comments. modified: gcr.c --- src/gcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gcr.c b/src/gcr.c index 3afdd36..55cf832 100644 --- a/src/gcr.c +++ b/src/gcr.c @@ -45,7 +45,7 @@ static char *id = "$Id: gcr.c,v 1.3 1999/05/31 23:35:32 sybalsky Exp $ Copyright /* But currently this function is not used(may be used in Future.) */ /* This function may have a problem. It is to manipulate "clock" */ /* for keeping the GC's time period. */ -/* disablegc1(noerror) +/* disablegc1(noerror) */ /* This function is the rescue function,when the HTcoll table is */ /* overflow and so on.After this function's process is over, the */ /* keyhandler will sense the interrupt table state and call the */