ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/core/m_message.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/core/m_message.c (file contents):
Revision 6533 by michael, Sat Aug 1 18:03:39 2015 UTC vs.
Revision 6534 by michael, Sat Sep 12 16:23:45 2015 UTC

# Line 49 | Line 49 | enum
49  
50   enum
51   {
52 <  ENTITY_NONE               = 0,
53 <  ENTITY_CHANNEL            = 1,
54 <  ENTITY_CLIENT             = 2
52 >  ENTITY_NONE    = 0,
53 >  ENTITY_CHANNEL = 1,
54 >  ENTITY_CLIENT  = 2
55   };
56  
57   static struct
# Line 61 | Line 61 | static struct
61    unsigned int flags;
62   } targets[IRCD_BUFSIZE];
63  
64 < static int unsigned ntargets = 0;
64 > static unsigned int ntargets;
65  
66  
67   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines