From 8efd7ae18e1a9555e66254a39afadce56b74c42d Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 27 Nov 2001 17:05:01 +0000 Subject: [PATCH] annotations: was yes or NO. It is now yes or no. --- helm/annotationHelper/cicAnnotationHelper.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/annotationHelper/cicAnnotationHelper.ml b/helm/annotationHelper/cicAnnotationHelper.ml index 3104f6e66..0b858b268 100644 --- a/helm/annotationHelper/cicAnnotationHelper.ml +++ b/helm/annotationHelper/cicAnnotationHelper.ml @@ -101,7 +101,7 @@ module UrlManipulator = Some (match ann with "yes" -> ".ann" - | "NO" -> "" + | "no" -> "" | _ -> raise (Bad_formed_url url) ) ; if !founduri = None then -- 2.39.2