aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-28 16:46:27 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-28 16:46:27 -0400
commit6585f4b753deb481c2151cf34828a12c315cc968 (patch)
tree8f13866718c979033f13287286e8e51e8e54661e
parente99e2cfc497438fee72a3c799aba2a988a650c66 (diff)
downloadstasis-6585f4b753deb481c2151cf34828a12c315cc968.tar.gz
Fix missing type in debug_log declaration
-rw-r--r--src/lib/core/conda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/conda.c b/src/lib/core/conda.c
index 4557c5c..b5f0f77 100644
--- a/src/lib/core/conda.c
+++ b/src/lib/core/conda.c
@@ -210,7 +210,7 @@ int pkg_index_provides(int mode, const char *index, const char *spec, const char
#if defined(DEBUG)
const int debug_log = 1;
#else
- const debug_log = 0;
+ const int debug_log = 0;
#endif
// Print errors only when shell() itself throws one