summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-04-03 05:21:16 +0000
committerNick Mathewson <nickm@torproject.org>2005-04-03 05:21:16 +0000
commit2a332bf0b8ef1fb0cbe2958b8b129f77d58bc90e (patch)
tree4e5746ee5119e56d132f0cff4d4eb051a6a97ff0
parent055ee7c3231c8e0e2b645f318e990e4200bb5fbf (diff)
downloadtor-2a332bf0b8ef1fb0cbe2958b8b129f77d58bc90e.tar.gz
tor-2a332bf0b8ef1fb0cbe2958b8b129f77d58bc90e.zip
Fix unterminated comment
svn:r3991
-rw-r--r--src/common/test.h2
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$ */