From a9dc063cebe53e80607a793db6580c4a8a4ddbb0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 13 Feb 2012 17:30:46 -0500 Subject: [PATCH] Merge in a punctuation fix from upstream tinytest --- test/tinytest_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tinytest_demo.c b/test/tinytest_demo.c index 2a999bee..be95ce4c 100644 --- a/test/tinytest_demo.c +++ b/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) {