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

Comparing ircd-hybrid-8/src/whowas.c (file contents):
Revision 1243 by michael, Fri Sep 30 10:47:53 2011 UTC vs.
Revision 1298 by michael, Tue Feb 28 18:51:13 2012 UTC

# Line 116 | Line 116 | get_history(const char *nick, time_t tim
116        continue;
117      if (temp->logoff < timelimit)
118        continue;
119 <    return(temp->online);
119 >    return temp->online;
120    }
121  
122 <  return(NULL);
122 >  return NULL;
123   }
124  
125   void

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)