diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-03 05:21:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-03 05:21:16 +0000 |
commit | 2a332bf0b8ef1fb0cbe2958b8b129f77d58bc90e (patch) | |
tree | 4e5746ee5119e56d132f0cff4d4eb051a6a97ff0 /src | |
parent | 055ee7c3231c8e0e2b645f318e990e4200bb5fbf (diff) | |
download | tor-2a332bf0b8ef1fb0cbe2958b8b129f77d58bc90e.tar.gz tor-2a332bf0b8ef1fb0cbe2958b8b129f77d58bc90e.zip |
Fix unterminated comment
svn:r3991
Diffstat (limited to 'src')
-rw-r--r-- | src/common/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/test.h b/src/common/test.h index 4c51256cc7..ec613b2c42 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -1,5 +1,5 @@ /* Copyright 2001,2002,2003 Roger Dingledine. - * Copyright 2004-2005 Roger Dingledine, Nick Mathewson * + * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ |