From 5265529e98c71791b7aaa25ce0121551c95595b2 Mon Sep 17 00:00:00 2001 From: Lilith Hafner Date: Mon, 16 Oct 2023 09:45:04 -0500 Subject: [PATCH] edit a file that already has false positives in it --- src/jlapi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/jlapi.c b/src/jlapi.c index 29be3b9e6179c..365a1b2bc9119 100644 --- a/src/jlapi.c +++ b/src/jlapi.c @@ -4,6 +4,8 @@ jlapi.c miscellaneous functions for users of libjulia.so, to handle initialization and the style of use where julia is not in control most of the time. + + This is not a typo. */ #include "platform.h"