diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index 06d333b41a..4e5a69f1a6 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -1,6 +1,7 @@ /* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */ /* See LICENSE for licensing information */ /* $Id$ */ +const char log_c_id[] = "$Id$"; /** * \file log.c |