summaryrefslogtreecommitdiffstats
path: root/lib/jsmin.c
diff options
context:
space:
mode:
authorAnton L. Šijanec <anton@sijanec.eu>2020-05-01 15:18:12 +0200
committerAnton L. Šijanec <anton@sijanec.eu>2020-05-01 15:18:12 +0200
commit6961e4237f24306ab2475f4f527a7c802134c4d9 (patch)
tree0d18e9dd78fe3dee482872a65fbf823e00cd31db /lib/jsmin.c
parentfolder structure README.mf (diff)
downloadbverbose-6961e4237f24306ab2475f4f527a7c802134c4d9.tar
bverbose-6961e4237f24306ab2475f4f527a7c802134c4d9.tar.gz
bverbose-6961e4237f24306ab2475f4f527a7c802134c4d9.tar.bz2
bverbose-6961e4237f24306ab2475f4f527a7c802134c4d9.tar.lz
bverbose-6961e4237f24306ab2475f4f527a7c802134c4d9.tar.xz
bverbose-6961e4237f24306ab2475f4f527a7c802134c4d9.tar.zst
bverbose-6961e4237f24306ab2475f4f527a7c802134c4d9.zip
Diffstat (limited to 'lib/jsmin.c')
-rw-r--r--lib/jsmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jsmin.c b/lib/jsmin.c
index 402c6c9..3cb0e9b 100644
--- a/lib/jsmin.c
+++ b/lib/jsmin.c
@@ -29,7 +29,7 @@ This file was modified by Anton Šijanec in 2020 in order to allow it being
used as a library for minifying JS inside other programs. All I've added
is the option to read from a source file and output to the minified file.
*/
-
+#pragma once
#include <stdlib.h>
#include <stdio.h>
#include <fopenmkdir.c>