aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_zip.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_zip.org')
-rw-r--r--org/out_zip.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/out_zip.org b/org/out_zip.org
index ef4b036..f8821ff 100644
--- a/org/out_zip.org
+++ b/org/out_zip.org
@@ -29,7 +29,7 @@ template createZipFile() {
import std.outbuffer;
import std.string;
import std.zip;
- void createZipFile(
+ @safe void createZipFile(
string zip_file_name,
void[] compressed_zip_data,
) {