aboutsummaryrefslogtreecommitdiff
path: root/src/espik_config.h
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber@setibzh.com>2006-01-18 19:51:20 +0100
committerBertrand Jacquin (Beber) <beber@setibzh.com>2006-01-18 19:51:20 +0100
commita60fdf74275523f52a64a750cb5a03e2c6a790c0 (patch)
treeced8adfdfd8833a90304c3b8f16c2e218f675df7 /src/espik_config.h
parentAdding Missing Files: (diff)
downloadespik-a60fdf74275523f52a64a750cb5a03e2c6a790c0.tar.xz
Add others gitignore
Make my code with no warning from sparse
Diffstat (limited to 'src/espik_config.h')
-rw-r--r--src/espik_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/espik_config.h b/src/espik_config.h
index 58246ff..ea21ee9 100644
--- a/src/espik_config.h
+++ b/src/espik_config.h
@@ -27,7 +27,7 @@ struct _espik_config
char* nick;
char* pass;
- int connect_at_startup : 1 ;
+ unsigned int connect_at_startup : 1 ;
struct server* next;
} server;