diff options
author | erdgeist <> | 2012-02-27 00:09:37 +0000 |
---|---|---|
committer | erdgeist <> | 2012-02-27 00:09:37 +0000 |
commit | bbc76bdf080f17d8d55a8bfb2c8170bbcdf48739 (patch) | |
tree | 6444480e5a930d1c9a80f72bfa12e72447a04d39 /vchat-user.c | |
parent | e5e7c3786d07e6c3979f11ab8908dab9f4dd344b (diff) |
declare configure int in vchat.h
Diffstat (limited to 'vchat-user.c')
-rwxr-xr-x | vchat-user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-user.c b/vchat-user.c index cd0df14..45b6b05 100755 --- a/vchat-user.c +++ b/vchat-user.c | |||
@@ -28,7 +28,7 @@ static user *g_users; //< all users, incl self | |||
28 | static size_t g_users_count; //< number of users in list | 28 | static size_t g_users_count; //< number of users in list |
29 | static char *g_nick; //< own nick | 29 | static char *g_nick; //< own nick |
30 | static int g_channel; //< own channel | 30 | static int g_channel; //< own channel |
31 | int ul_case_first = 0; | 31 | unsigned int ul_case_first = 0; |
32 | 32 | ||
33 | static int ul_nick_lookup( const char *nick, int *exact_match ) { | 33 | static int ul_nick_lookup( const char *nick, int *exact_match ) { |
34 | int i; | 34 | int i; |