diff options
author | Roger Dingledine <arma@torproject.org> | 2013-07-14 02:49:34 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-07-14 02:49:34 -0400 |
commit | 6848e29307b9bfbabf06df0aaf56062ba4638ff6 (patch) | |
tree | 439413d3ce075defa6a79ab4dcf424dd1fa0dd65 /src/common/include.am | |
parent | de7cdc0d94075f212c3f51d8ec7ae4e05cc2ba7c (diff) | |
download | tor-6848e29307b9bfbabf06df0aaf56062ba4638ff6.tar.gz tor-6848e29307b9bfbabf06df0aaf56062ba4638ff6.zip |
cosmetic cleanups
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am index c3ccf96a65..e700bd5ca8 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -49,7 +49,7 @@ src_common_libor_a_SOURCES = \ src/common/procmon.c \ src/common/util.c \ src/common/util_codedigest.c \ - src/common/sandbox.c \ + src/common/sandbox.c \ $(libor_extra_source) src_common_libor_crypto_a_SOURCES = \ |