aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/c_unixize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_unixize.c b/src/c_unixize.c
index 2a0ed43..e08141b 100644
--- a/src/c_unixize.c
+++ b/src/c_unixize.c
@@ -71,7 +71,7 @@ main
struct opts_s opts;
int nargc;
char** nargv;
- static char subpath[MAXPATHLEN];
+ /* static char subpath[MAXPATHLEN]; */
if (c_get_opts(&opts, argc, argv) == FALSE) {
return (0);