about summary refs log tree commit diff
path: root/collect.c
diff options
context:
space:
mode:
Diffstat (limited to 'collect.c')
-rw-r--r--collect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/collect.c b/collect.c
index 2ae9c2e..b380f71 100644
--- a/collect.c
+++ b/collect.c
@@ -1,7 +1,7 @@
 /*
  * Live variable collector
  * Copyright (C) 2021, 2023  Gregory James Duck
- * Copyright (C) 2024  Nguyễn Gia Phong
+ * Copyright (C) 2024-2025  Nguyễn Gia Phong
  *
  * This file is part of taosc.
  *
@@ -23,7 +23,7 @@
 
 FILE *fout = NULL;
 
-void init(int argc, const char *const *argv, const char **envp)
+void init(int argc, const char *const *argv, char **envp)
 {
 	environ = envp;
 	const char *const path = getenv("TAOSC_OUTPUT");