diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/core/conda.c | 2 |
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 |
