From a60fdf74275523f52a64a750cb5a03e2c6a790c0 Mon Sep 17 00:00:00 2001 From: "Bertrand Jacquin (Beber)" Date: Wed, 18 Jan 2006 19:51:20 +0100 Subject: Add others gitignore Make my code with no warning from sparse --- src/espik_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/espik_config.h') 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; -- cgit v1.2.3