aboutsummaryrefslogtreecommitdiff
path: root/src/template/gnunet-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/gnunet-template.c')
-rw-r--r--src/template/gnunet-template.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/template/gnunet-template.c b/src/template/gnunet-template.c
index ad4e66860..657b3d4ce 100644
--- a/src/template/gnunet-template.c
+++ b/src/template/gnunet-template.c
@@ -44,8 +44,7 @@ static int ret;
44static void 44static void
45run (void *cls, 45run (void *cls,
46 char *const *args, 46 char *const *args,
47 const char *cfgfile, 47 const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg)
48 const struct GNUNET_CONFIGURATION_Handle *cfg)
49{ 48{
50 /* main code here */ 49 /* main code here */
51} 50}