aboutsummaryrefslogtreecommitdiff
path: root/src
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:47:34 -0400
commitf40d6b1075777af0ac8b24475b673f3c8981a5b8 (patch)
tree19b5d1fde08965ab778ebedc563594da0b61a5e6 /src
parent10f13b36560c5112554c54d8958081b7aa518050 (diff)
downloadstasis-f40d6b1075777af0ac8b24475b673f3c8981a5b8.tar.gz
Fix missing type in debug_log declarationdebug_log_type
Diffstat (limited to 'src')
-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