diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-22 18:15:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-22 18:15:27 -0400 |
commit | 9919b0127568253b6bec4f681db3cdc2b5978991 (patch) | |
tree | 333c5db1120ef60f69e51569c4add186b2903dea /src/test/tinytest_demo.c | |
parent | 64a5a4177f905971d0cf9e28a19180c2ea32b02a (diff) | |
parent | 2b5ebc70973b1c0dd62201908632733c0953a4ec (diff) | |
download | tor-9919b0127568253b6bec4f681db3cdc2b5978991.tar.gz tor-9919b0127568253b6bec4f681db3cdc2b5978991.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/test/tinytest_demo.c')
-rw-r--r-- | src/test/tinytest_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/tinytest_demo.c b/src/test/tinytest_demo.c index 8838459bd6..98cb773d1a 100644 --- a/src/test/tinytest_demo.c +++ b/src/test/tinytest_demo.c @@ -39,7 +39,7 @@ /* ============================================================ */ /* First, let's see if strcmp is working. (All your test cases should be - * functions declared to take a single void * as) an argument. */ + * functions declared to take a single void * as an argument.) */ void test_strcmp(void *data) { |