aboutsummaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-10 11:45:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-10 11:45:42 +0000
commit7891046af9e1f85a6ee1aa2dc3b0135ff8852d13 (patch)
tree7104d6201b7bb5dc47062ac7cd9f1e4a7c0bdc4a /src/template
parentdadbf4c950bf4cd459c95ac4ab61a02af7b3668b (diff)
downloadgnunet-7891046af9e1f85a6ee1aa2dc3b0135ff8852d13.tar.gz
gnunet-7891046af9e1f85a6ee1aa2dc3b0135ff8852d13.zip
-cleaning up template
Diffstat (limited to 'src/template')
-rw-r--r--src/template/test_template_api.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/template/test_template_api.c b/src/template/test_template_api.c
index b98785116..a08a6d8eb 100644
--- a/src/template/test_template_api.c
+++ b/src/template/test_template_api.c
@@ -18,13 +18,12 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20/** 20/**
21 * @file template/test_template.c 21 * @file template/test_template_api.c
22 * @brief testcase for template.c 22 * @brief testcase for template.c
23 */ 23 */
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_common.h" 25#include "gnunet_common.h"
26 26
27#define VERBOSE GNUNET_NO
28 27
29static int 28static int
30check () 29check ()
@@ -42,4 +41,4 @@ main (int argc, char *argv[])
42 return ret; 41 return ret;
43} 42}
44 43
45/* end of test_template.c */ 44/* end of test_template_api.c */