diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 17:53:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 17:53:30 +0000 |
commit | 43b111535aaa14185956efaa1074562376641ba9 (patch) | |
tree | 2cabf87290e24dca275919680534fd06cd56adb4 /src/or/control.c | |
parent | 1e5f4574613be3f26cd05f2873fd54ee526a63d7 (diff) | |
download | tor-43b111535aaa14185956efaa1074562376641ba9.tar.gz tor-43b111535aaa14185956efaa1074562376641ba9.zip |
Make doxygen not complain about the way we spell CRLFNUL in control.c
svn:r17735
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/control.c b/src/or/control.c index d807eb5d63..aea51c44d6 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -622,7 +622,7 @@ send_control_event_impl(uint16_t event, event_format_t which, int extended, * <b>format</b>, and other arguments as provided. * * Currently the length of the message is limited to 1024 (including the - * ending \n\r\0. */ + * ending \\n\\r\\0. */ static void send_control_event(uint16_t event, event_format_t which, const char *format, ...) @@ -642,7 +642,7 @@ send_control_event(uint16_t event, event_format_t which, * that have enabled extended events. * * Currently the length of the message is limited to 1024 (including the - * ending \n\r\0. */ + * ending \\n\\r\\0. */ static void send_control_event_extended(uint16_t event, event_format_t which, const char *format, ...) |