summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-07-14 02:49:34 -0400
committerRoger Dingledine <arma@torproject.org>2013-07-14 02:49:34 -0400
commit6848e29307b9bfbabf06df0aaf56062ba4638ff6 (patch)
tree439413d3ce075defa6a79ab4dcf424dd1fa0dd65 /src/common
parentde7cdc0d94075f212c3f51d8ec7ae4e05cc2ba7c (diff)
downloadtor-6848e29307b9bfbabf06df0aaf56062ba4638ff6.tar.gz
tor-6848e29307b9bfbabf06df0aaf56062ba4638ff6.zip
cosmetic cleanups
Diffstat (limited to 'src/common')
-rw-r--r--src/common/include.am2
-rw-r--r--src/common/sandbox.c3
2 files changed, 3 insertions, 2 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 = \
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 48fc6661d5..68be89e881 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -316,7 +316,7 @@ tor_global_sandbox(void)
#endif
}
-/** Use <b>fd</b> to log non-survivable sandbox violations */
+/** Use <b>fd</b> to log non-survivable sandbox violations. */
void
sandbox_set_debugging_fd(int fd)
{
@@ -326,3 +326,4 @@ sandbox_set_debugging_fd(int fd)
(void)fd;
#endif
}
+