From d9bd8fe4daa39c871b3e18f817bb583ec182db70 Mon Sep 17 00:00:00 2001 From: Yun-Sheng Chang Date: Tue, 18 Feb 2025 21:00:43 -0500 Subject: [PATCH] update --- src/tester1/annotation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tester1/annotation.go b/src/tester1/annotation.go index 102cadf..b603ad2 100644 --- a/src/tester1/annotation.go +++ b/src/tester1/annotation.go @@ -101,7 +101,7 @@ func AnnotateContinuousEnd(tag string) { // Used by users. -func AnnotatePoint(tag, desp, details string) { +func Annotate(tag, desp, details string) { annotation.annotatePointColor(tag, desp, details, COLOR_USER) }