diff options
Diffstat (limited to 'src/template/test_template_api.c')
-rw-r--r-- | src/template/test_template_api.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/template/test_template_api.c b/src/template/test_template_api.c index b987851..a08a6d8 100644 --- a/src/template/test_template_api.c +++ b/src/template/test_template_api.c @@ -18,13 +18,12 @@ Boston, MA 02111-1307, USA. */ /** - * @file template/test_template.c + * @file template/test_template_api.c * @brief testcase for template.c */ #include "platform.h" #include "gnunet_common.h" -#define VERBOSE GNUNET_NO static int check () @@ -42,4 +41,4 @@ main (int argc, char *argv[]) return ret; } -/* end of test_template.c */ +/* end of test_template_api.c */ |