summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 775d7eb..c62dfa5 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@ int cfg_init();
void cfg_free();
struct ircstats_config_t {
- long int threads, monolog_min, wordlen_min;
+ int threads, monolog_min, wordlen_min;
};
extern struct ircstats_config_t ircstats_config;