]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/common.h
m_challenge: fix use of undefined behaviour.
[irc/rqf/shadowircd.git] / include / common.h
index d5cd0c368797ff3e25820af1d936ea17249c355c..f79d833de5bba448269dff630b232aacf50381f4 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: common.h 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #ifndef INCLUDED_common_h
@@ -64,8 +63,8 @@
 
 /* Right out of the RFC */
 #define IRCD_BUFSIZE 512
-\r
-/* readbuf size */\r
+
+/* readbuf size */
 #define READBUF_SIZE 16384
 
 #endif /* INCLUDED_common_h */