summaryrefslogtreecommitdiff
path: root/vchat-user.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-user.c')
-rwxr-xr-xvchat-user.c2
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
28static size_t g_users_count; //< number of users in list 28static size_t g_users_count; //< number of users in list
29static char *g_nick; //< own nick 29static char *g_nick; //< own nick
30static int g_channel; //< own channel 30static int g_channel; //< own channel
31int ul_case_first = 0; 31unsigned int ul_case_first = 0;
32 32
33static int ul_nick_lookup( const char *nick, int *exact_match ) { 33static int ul_nick_lookup( const char *nick, int *exact_match ) {
34 int i; 34 int i;