diff options
Diffstat (limited to 'lib/jsmin.c')
-rw-r--r-- | lib/jsmin.c | 2 |
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> |