diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 16:09:56 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 16:09:56 +0000 |
commit | 3abff3a37550cc1d88dd4d1fd7ed526e89309a53 (patch) | |
tree | bb8bcc1ada1f219675494a31f46ddd95160df7bd /win/inspircd_win32wrapper.h | |
parent | f60aa68ee934b5e8127582f51f713cc05ef1387a (diff) |
Add flags to /STATS s output, and nuke some ^M
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7453 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r-- | win/inspircd_win32wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 2daa4ced7..fb6882378 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -100,7 +100,7 @@ CoreExport int inet_aton(const char *, struct in_addr *); /* Unix-style get running user id */ CoreExport int geteuid(); -/* Handles colors in printf */
+/* Handles colors in printf */ CoreExport int printf_c(const char * format, ...); /* getopt() wrapper */ |