From 676d6f4c61d6a179ad638272b5ed1e3aa32f11bc Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Thu, 2 Mar 2023 22:32:47 +0000 Subject: [PATCH] Basic formatting. --- src/include/Html.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/include/Html.h b/src/include/Html.h index 48a5d84..a5a6f1a 100644 --- a/src/include/Html.h +++ b/src/include/Html.h @@ -27,17 +27,14 @@ #include #define HtmlBeginJs(stream) fprintf(stream, \ - "") +#define HtmlEndJs(stream) fprintf(stream, "\n// @license-end\n") #define HtmlBeginStyle(stream) fprintf(stream, "") extern void